tv
Version:
Interactive debug console plugin for hapi
801 lines (796 loc) • 171 kB
Plain Text
> tv@3.0.0 test /home/eran/code/tv
> make test-cov
....
4 tests complete
Test duration: 418 ms
Assertions count: 0 (verbosity: 0.00)
No global variable leaks detected
Coverage: 100.00%
Linting results:
index.js:
Line 1: eol-last - Newline required at end of file but not found.
public/js/handlebars.js:
Line 187: no-trailing-spaces - Trailing spaces not allowed.
Line 189: no-trailing-spaces - Trailing spaces not allowed.
Line 191: no-trailing-spaces - Trailing spaces not allowed.
Line 193: no-trailing-spaces - Trailing spaces not allowed.
Line 195: no-trailing-spaces - Trailing spaces not allowed.
Line 197: no-trailing-spaces - Trailing spaces not allowed.
Line 199: no-trailing-spaces - Trailing spaces not allowed.
Line 201: no-trailing-spaces - Trailing spaces not allowed.
Line 203: no-trailing-spaces - Trailing spaces not allowed.
Line 205: no-trailing-spaces - Trailing spaces not allowed.
Line 207: no-trailing-spaces - Trailing spaces not allowed.
Line 209: no-trailing-spaces - Trailing spaces not allowed.
Line 211: no-trailing-spaces - Trailing spaces not allowed.
Line 213: no-trailing-spaces - Trailing spaces not allowed.
Line 215: no-trailing-spaces - Trailing spaces not allowed.
Line 217: no-trailing-spaces - Trailing spaces not allowed.
Line 219: no-trailing-spaces - Trailing spaces not allowed.
Line 221: no-trailing-spaces - Trailing spaces not allowed.
Line 223: no-trailing-spaces - Trailing spaces not allowed.
Line 225: no-trailing-spaces - Trailing spaces not allowed.
Line 227: no-trailing-spaces - Trailing spaces not allowed.
Line 229: no-trailing-spaces - Trailing spaces not allowed.
Line 231: no-trailing-spaces - Trailing spaces not allowed.
Line 233: no-trailing-spaces - Trailing spaces not allowed.
Line 235: no-trailing-spaces - Trailing spaces not allowed.
Line 237: no-trailing-spaces - Trailing spaces not allowed.
Line 239: no-trailing-spaces - Trailing spaces not allowed.
Line 241: no-trailing-spaces - Trailing spaces not allowed.
Line 243: no-trailing-spaces - Trailing spaces not allowed.
Line 245: no-trailing-spaces - Trailing spaces not allowed.
Line 247: no-trailing-spaces - Trailing spaces not allowed.
Line 249: no-trailing-spaces - Trailing spaces not allowed.
Line 251: no-trailing-spaces - Trailing spaces not allowed.
Line 253: no-trailing-spaces - Trailing spaces not allowed.
Line 255: no-trailing-spaces - Trailing spaces not allowed.
Line 257: no-trailing-spaces - Trailing spaces not allowed.
Line 259: no-trailing-spaces - Trailing spaces not allowed.
Line 261: no-trailing-spaces - Trailing spaces not allowed.
Line 263: no-trailing-spaces - Trailing spaces not allowed.
Line 265: no-trailing-spaces - Trailing spaces not allowed.
Line 267: no-trailing-spaces - Trailing spaces not allowed.
Line 269: no-trailing-spaces - Trailing spaces not allowed.
Line 271: no-trailing-spaces - Trailing spaces not allowed.
Line 273: no-trailing-spaces - Trailing spaces not allowed.
Line 275: no-trailing-spaces - Trailing spaces not allowed.
Line 277: no-trailing-spaces - Trailing spaces not allowed.
Line 279: no-trailing-spaces - Trailing spaces not allowed.
Line 569: no-trailing-spaces - Trailing spaces not allowed.
Line 571: no-trailing-spaces - Trailing spaces not allowed.
Line 577: no-trailing-spaces - Trailing spaces not allowed.
Line 579: no-trailing-spaces - Trailing spaces not allowed.
Line 581: no-trailing-spaces - Trailing spaces not allowed.
Line 583: no-trailing-spaces - Trailing spaces not allowed.
Line 585: no-trailing-spaces - Trailing spaces not allowed.
Line 587: no-trailing-spaces - Trailing spaces not allowed.
Line 589: no-trailing-spaces - Trailing spaces not allowed.
Line 591: no-trailing-spaces - Trailing spaces not allowed.
Line 593: no-trailing-spaces - Trailing spaces not allowed.
Line 595: no-trailing-spaces - Trailing spaces not allowed.
Line 597: no-trailing-spaces - Trailing spaces not allowed.
Line 599: no-trailing-spaces - Trailing spaces not allowed.
Line 601: no-trailing-spaces - Trailing spaces not allowed.
Line 603: no-trailing-spaces - Trailing spaces not allowed.
Line 605: no-trailing-spaces - Trailing spaces not allowed.
Line 607: no-trailing-spaces - Trailing spaces not allowed.
Line 609: no-trailing-spaces - Trailing spaces not allowed.
Line 611: no-trailing-spaces - Trailing spaces not allowed.
Line 613: no-trailing-spaces - Trailing spaces not allowed.
Line 615: no-trailing-spaces - Trailing spaces not allowed.
Line 617: no-trailing-spaces - Trailing spaces not allowed.
Line 619: no-trailing-spaces - Trailing spaces not allowed.
Line 621: no-trailing-spaces - Trailing spaces not allowed.
Line 623: no-trailing-spaces - Trailing spaces not allowed.
Line 625: no-trailing-spaces - Trailing spaces not allowed.
Line 627: no-trailing-spaces - Trailing spaces not allowed.
Line 629: no-trailing-spaces - Trailing spaces not allowed.
Line 631: no-trailing-spaces - Trailing spaces not allowed.
Line 633: no-trailing-spaces - Trailing spaces not allowed.
Line 635: no-trailing-spaces - Trailing spaces not allowed.
Line 637: no-trailing-spaces - Trailing spaces not allowed.
Line 32: quotes - Strings must use singlequote.
Line 44: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 55: no-else-return - Unexpected 'else' after 'return'.
Line 53: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 56: quotes - Strings must use singlequote.
Line 56: quotes - Strings must use singlequote.
Line 60: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 60: quotes - Strings must use singlequote.
Line 63: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 66: quotes - Strings must use singlequote.
Line 69: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 71: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 73: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 73: no-eq-null - Use ‘===’ to compare with ‘null’.
Line 75: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 75: quotes - Strings must use singlequote.
Line 78: no-else-return - Unexpected 'else' after 'return'.
Line 76: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 115: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 115: quotes - Strings must use singlequote.
Line 121: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 122: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 123: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 123: space-infix-ops - Infix operators must be spaced.
Line 128: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 129: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 130: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 138: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 147: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 151: no-else-return - Unexpected 'else' after 'return'.
Line 149: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 169: no-eq-null - Use ‘===’ to compare with ‘null’.
Line 174: no-extra-semi - Unnecessary semicolon.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 180: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 181: quotes - Strings must use singlequote.
Line 188: no-unreachable - Found unexpected statement after a return.
Line 187: space-infix-ops - Infix operators must be spaced.
Line 191: space-infix-ops - Infix operators must be spaced.
Line 193: space-infix-ops - Infix operators must be spaced.
Line 203: space-infix-ops - Infix operators must be spaced.
Line 203: space-infix-ops - Infix operators must be spaced.
Line 205: space-infix-ops - Infix operators must be spaced.
Line 205: space-infix-ops - Infix operators must be spaced.
Line 205: space-infix-ops - Infix operators must be spaced.
Line 207: space-infix-ops - Infix operators must be spaced.
Line 207: space-infix-ops - Infix operators must be spaced.
Line 207: space-infix-ops - Infix operators must be spaced.
Line 217: space-infix-ops - Infix operators must be spaced.
Line 217: space-infix-ops - Infix operators must be spaced.
Line 219: space-infix-ops - Infix operators must be spaced.
Line 219: space-infix-ops - Infix operators must be spaced.
Line 221: space-infix-ops - Infix operators must be spaced.
Line 223: space-infix-ops - Infix operators must be spaced.
Line 223: space-infix-ops - Infix operators must be spaced.
Line 225: space-infix-ops - Infix operators must be spaced.
Line 225: space-infix-ops - Infix operators must be spaced.
Line 227: space-infix-ops - Infix operators must be spaced.
Line 229: space-infix-ops - Infix operators must be spaced.
Line 229: space-infix-ops - Infix operators must be spaced.
Line 233: space-infix-ops - Infix operators must be spaced.
Line 233: space-infix-ops - Infix operators must be spaced.
Line 235: space-infix-ops - Infix operators must be spaced.
Line 237: space-infix-ops - Infix operators must be spaced.
Line 243: space-infix-ops - Infix operators must be spaced.
Line 243: space-infix-ops - Infix operators must be spaced.
Line 259: space-infix-ops - Infix operators must be spaced.
Line 259: space-infix-ops - Infix operators must be spaced.
Line 263: space-infix-ops - Infix operators must be spaced.
Line 265: space-infix-ops - Infix operators must be spaced.
Line 267: space-infix-ops - Infix operators must be spaced.
Line 269: space-infix-ops - Infix operators must be spaced.
Line 271: space-infix-ops - Infix operators must be spaced.
Line 277: space-infix-ops - Infix operators must be spaced.
Line 277: space-infix-ops - Infix operators must be spaced.
Line 289: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 289: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 289: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 289: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 289: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 289: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 289: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 289: quotes - Strings must use singlequote.
Line 294: curly - Expected { after 'if' condition.
Line 294: eqeqeq - Expected '===' and instead saw '=='.
Line 294: quotes - Strings must use singlequote.
Line 299: curly - Expected { after 'if' condition.
Line 299: quotes - Strings must use singlequote.
Line 301: func-style - Expected a function expression.
Line 306: func-style - Expected a function expression.
Line 309: quotes - Strings must use singlequote.
Line 314: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 314: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 314: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 314: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 314: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 314: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 314: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 314: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 314: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 320: eqeqeq - Expected '===' and instead saw '=='.
Line 320: quotes - Strings must use singlequote.
Line 325: quotes - Strings must use singlequote.
Line 326: quotes - Strings must use singlequote.
Line 331: quotes - Strings must use singlequote.
Line 331: quotes - Strings must use singlequote.
Line 334: quotes - Strings must use singlequote.
Line 334: quotes - Strings must use singlequote.
Line 334: quotes - Strings must use singlequote.
Line 334: quotes - Strings must use singlequote.
Line 334: quotes - Strings must use singlequote.
Line 334: quotes - Strings must use singlequote.
Line 336: quotes - Strings must use singlequote.
Line 336: quotes - Strings must use singlequote.
Line 336: space-infix-ops - Infix operators must be spaced.
Line 336: eqeqeq - Expected '===' and instead saw '=='.
Line 336: quotes - Strings must use singlequote.
Line 336: quotes - Strings must use singlequote.
Line 336: quotes - Strings must use singlequote.
Line 342: quotes - Strings must use singlequote.
Line 342: quotes - Strings must use singlequote.
Line 356: curly - Expected { after 'if' condition.
Line 366: camelcase - Identifier 'first_line' is not in camel case.
Line 366: camelcase - Identifier 'last_line' is not in camel case.
Line 366: camelcase - Identifier 'first_column' is not in camel case.
Line 366: camelcase - Identifier 'last_column' is not in camel case.
Line 371: quotes - Strings must use singlequote.
Line 643: semi - Missing semicolon.
Line 408: camelcase - Identifier 'first_line' is not in camel case.
Line 408: camelcase - Identifier 'first_column' is not in camel case.
Line 408: camelcase - Identifier 'last_line' is not in camel case.
Line 408: camelcase - Identifier 'last_column' is not in camel case.
Line 409: curly - Expected { after 'if' condition.
Line 427: curly - Expected { after 'if' condition.
Line 437: space-infix-ops - Infix operators must be spaced.
Line 437: space-infix-ops - Infix operators must be spaced.
Line 441: space-infix-ops - Infix operators must be spaced.
Line 442: space-infix-ops - Infix operators must be spaced.
Line 444: curly - Expected { after 'if' condition.
Line 444: space-infix-ops - Infix operators must be spaced.
Line 444: space-infix-ops - Infix operators must be spaced.
Line 447: camelcase - Identifier 'first_line' is not in camel case.
Line 448: camelcase - Identifier 'last_line' is not in camel case.
Line 448: space-infix-ops - Infix operators must be spaced.
Line 449: camelcase - Identifier 'first_column' is not in camel case.
Line 450: camelcase - Identifier 'last_column' is not in camel case.
Line 450: space-infix-ops - Infix operators must be spaced.
Line 469: space-infix-ops - Infix operators must be spaced.
Line 469: quotes - Strings must use singlequote.
Line 474: space-infix-ops - Infix operators must be spaced.
Line 476: space-infix-ops - Infix operators must be spaced.
Line 476: space-infix-ops - Infix operators must be spaced.
Line 476: quotes - Strings must use singlequote.
Line 480: quotes - Strings must use singlequote.
Line 481: space-infix-ops - Infix operators must be spaced.
Line 481: quotes - Strings must use singlequote.
Line 481: quotes - Strings must use singlequote.
Line 487: curly - Expected { after 'if' condition.
Line 490: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 491: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 492: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 493: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 494: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 500: space-infix-ops - Infix operators must be spaced.
Line 505: curly - Expected { after 'if' condition.
Line 510: curly - Expected { after 'if' condition.
Line 511: camelcase - Identifier 'first_line' is not in camel case.
Line 512: camelcase - Identifier 'last_line' is not in camel case.
Line 512: space-infix-ops - Infix operators must be spaced.
Line 513: camelcase - Identifier 'first_column' is not in camel case.
Line 514: camelcase - Identifier 'last_column' is not in camel case.
Line 514: space-infix-ops - Infix operators must be spaced.
Line 514: space-infix-ops - Infix operators must be spaced.
Line 514: space-infix-ops - Infix operators must be spaced.
Line 525: space-infix-ops - Infix operators must be spaced.
Line 526: curly - Expected { after 'if' condition.
Line 528: no-else-return - Unexpected 'else' after 'return'.
Line 527: curly - Expected { after 'if' condition.
Line 527: curly - Expected { after 'else'.
Line 532: no-else-return - Unexpected 'else' after 'return'.
Line 530: quotes - Strings must use singlequote.
Line 533: space-infix-ops - Infix operators must be spaced.
Line 533: space-infix-ops - Infix operators must be spaced.
Line 533: space-infix-ops - Infix operators must be spaced.
Line 533: space-infix-ops - Infix operators must be spaced.
Line 534: quotes - Strings must use singlequote.
Line 541: no-else-return - Unexpected 'else' after 'return'.
Line 552: space-infix-ops - Infix operators must be spaced.
Line 555: space-infix-ops - Infix operators must be spaced.
Line 561: camelcase - Identifier '$avoiding_name_collisions' is not in camel case.
Line 563: semi - Missing semicolon.
Line 563: space-infix-ops - Infix operators must be spaced.
Line 564: space-after-keywords - Keyword "switch" must be followed by whitespace.
Line 564: camelcase - Identifier '$avoiding_name_collisions' is not in camel case.
Line 566: curly - Expected { after 'if' condition.
Line 566: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 566: quotes - Strings must use singlequote.
Line 566: quotes - Strings must use singlequote.
Line 567: curly - Expected { after 'if' condition.
Line 567: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 567: quotes - Strings must use singlequote.
Line 567: no-sequences - Unexpected use of comma operator.
Line 567: space-infix-ops - Infix operators must be spaced.
Line 567: quotes - Strings must use singlequote.
Line 568: curly - Expected { after 'if' condition.
Line 568: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 572: no-unreachable - Found unexpected statement after a return.
Line 574: curly - Expected { after 'if' condition.
Line 574: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 574: quotes - Strings must use singlequote.
Line 575: curly - Expected { after 'if' condition.
Line 575: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 575: quotes - Strings must use singlequote.
Line 575: space-infix-ops - Infix operators must be spaced.
Line 578: no-unreachable - Found unexpected statement after a return.
Line 579: space-infix-ops - Infix operators must be spaced.
Line 580: no-unreachable - Found unexpected statement after a return.
Line 581: quotes - Strings must use singlequote.
Line 582: no-unreachable - Found unexpected statement after a return.
Line 584: no-unreachable - Found unexpected statement after a return.
Line 586: no-unreachable - Found unexpected statement after a return.
Line 588: no-unreachable - Found unexpected statement after a return.
Line 590: no-unreachable - Found unexpected statement after a return.
Line 592: no-unreachable - Found unexpected statement after a return.
Line 594: no-unreachable - Found unexpected statement after a return.
Line 597: space-infix-ops - Infix operators must be spaced.
Line 598: no-unreachable - Found unexpected statement after a return.
Line 600: no-unreachable - Found unexpected statement after a return.
Line 602: no-unreachable - Found unexpected statement after a return.
Line 604: no-unreachable - Found unexpected statement after a return.
Line 606: no-unreachable - Found unexpected statement after a return.
Line 608: no-unreachable - Found unexpected statement after a return.
Line 612: no-unreachable - Found unexpected statement after a return.
Line 614: no-unreachable - Found unexpected statement after a return.
Line 615: space-infix-ops - Infix operators must be spaced.
Line 616: no-unreachable - Found unexpected statement after a return.
Line 617: space-infix-ops - Infix operators must be spaced.
Line 617: quotes - Strings must use singlequote.
Line 618: no-unreachable - Found unexpected statement after a return.
Line 620: no-unreachable - Found unexpected statement after a return.
Line 622: no-unreachable - Found unexpected statement after a return.
Line 624: no-unreachable - Found unexpected statement after a return.
Line 626: no-unreachable - Found unexpected statement after a return.
Line 628: no-unreachable - Found unexpected statement after a return.
Line 629: space-infix-ops - Infix operators must be spaced.
Line 630: no-unreachable - Found unexpected statement after a return.
Line 632: no-unreachable - Found unexpected statement after a return.
Line 636: no-unreachable - Found unexpected statement after a return.
Line 638: no-unreachable - Found unexpected statement after a return.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 642: quotes - Strings must use singlequote.
Line 645: func-style - Expected a function expression.
Line 646: new-parens - Missing '()' invoking a constructor
Line 647: no-extra-semi - Unnecessary semicolon.
Line 654: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 662: no-extra-semi - Unnecessary semicolon.
Line 669: quotes - Strings must use singlequote.
Line 671: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 675: quotes - Strings must use singlequote.
Line 697: quotes - Strings must use singlequote.
Line 703: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 704: quotes - Strings must use singlequote.
Line 710: quotes - Strings must use singlequote.
Line 721: quotes - Strings must use singlequote.
Line 726: quotes - Strings must use singlequote.
Line 731: quotes - Strings must use singlequote.
Line 732: quotes - Strings must use singlequote.
Line 734: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 736: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 736: space-infix-ops - Infix operators must be spaced.
Line 736: space-infix-ops - Infix operators must be spaced.
Line 736: space-infix-ops - Infix operators must be spaced.
Line 739: quotes - Strings must use singlequote.
Line 739: quotes - Strings must use singlequote.
Line 739: quotes - Strings must use singlequote.
Line 740: quotes - Strings must use singlequote.
Line 741: quotes - Strings must use singlequote.
Line 759: quotes - Strings must use singlequote.
Line 764: quotes - Strings must use singlequote.
Line 769: quotes - Strings must use singlequote.
Line 775: quotes - Strings must use singlequote.
Line 781: quotes - Strings must use singlequote.
Line 783: quotes - Strings must use singlequote.
Line 787: quotes - Strings must use singlequote.
Line 791: no-extra-semi - Unnecessary semicolon.
Line 816: quotes - Strings must use singlequote.
Line 816: quotes - Strings must use singlequote.
Line 817: quotes - Strings must use singlequote.
Line 817: quotes - Strings must use singlequote.
Line 818: quotes - Strings must use singlequote.
Line 818: quotes - Strings must use singlequote.
Line 819: quotes - Strings must use singlequote.
Line 820: quotes - Strings must use singlequote.
Line 820: quotes - Strings must use singlequote.
Line 821: quotes - Strings must use singlequote.
Line 821: quotes - Strings must use singlequote.
Line 828: quotes - Strings must use singlequote.
Line 836: no-eq-null - Use ‘===’ to compare with ‘null’.
Line 837: quotes - Strings must use singlequote.
Line 840: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 849: no-else-return - Unexpected 'else' after 'return'.
Line 847: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 847: quotes - Strings must use singlequote.
Line 854: no-extra-semi - Unnecessary semicolon.
Line 871: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 871: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 873: space-infix-ops - Infix operators must be spaced.
Line 873: space-infix-ops - Infix operators must be spaced.
Line 873: space-infix-ops - Infix operators must be spaced.
Line 877: quotes - Strings must use singlequote.
Line 877: quotes - Strings must use singlequote.
Line 880: space-infix-ops - Infix operators must be spaced.
Line 880: space-infix-ops - Infix operators must be spaced.
Line 882: quotes - Strings must use singlequote.
Line 883: quotes - Strings must use singlequote.
Line 883: quotes - Strings must use singlequote.
Line 883: quotes - Strings must use singlequote.
Line 883: quotes - Strings must use singlequote.
Line 887: quotes - Strings must use singlequote.
Line 887: quotes - Strings must use singlequote.
Line 891: quotes - Strings must use singlequote.
Line 946: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 949: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 949: space-infix-ops - Infix operators must be spaced.
Line 949: space-infix-ops - Infix operators must be spaced.
Line 949: space-infix-ops - Infix operators must be spaced.
Line 964: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 970: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 970: space-infix-ops - Infix operators must be spaced.
Line 970: space-infix-ops - Infix operators must be spaced.
Line 970: space-infix-ops - Infix operators must be spaced.
Line 973: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 983: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 995: quotes - Strings must use singlequote.
Line 997: quotes - Strings must use singlequote.
Line 1021: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1025: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 1025: space-infix-ops - Infix operators must be spaced.
Line 1025: space-infix-ops - Infix operators must be spaced.
Line 1025: space-infix-ops - Infix operators must be spaced.
Line 1044: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1062: quotes - Strings must use singlequote.
Line 1064: quotes - Strings must use singlequote.
Line 1070: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1080: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1080: no-eq-null - Use ‘===’ to compare with ‘null’.
Line 1080: no-eq-null - Use ‘===’ to compare with ‘null’.
Line 1109: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1114: quotes - Strings must use singlequote.
Line 1131: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 1131: space-infix-ops - Infix operators must be spaced.
Line 1131: space-infix-ops - Infix operators must be spaced.
Line 1131: space-infix-ops - Infix operators must be spaced.
Line 1165: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1165: quotes - Strings must use singlequote.
Line 1166: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1168: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1190: quotes - Strings must use singlequote.
Line 1192: no-else-return - Unexpected 'else' after 'return'.
Line 1191: quotes - Strings must use singlequote.
Line 1192: quotes - Strings must use singlequote.
Line 1198: space-after-keywords - Keyword "while" must be followed by whitespace.
Line 1201: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1202: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1218: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1235: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1254: quotes - Strings must use singlequote.
Line 1254: quotes - Strings must use singlequote.
Line 1258: no-else-return - Unexpected 'else' after 'return'.
Line 1256: quotes - Strings must use singlequote.
Line 1259: quotes - Strings must use singlequote.
Line 1259: quotes - Strings must use singlequote.
Line 1266: no-else-return - Unexpected 'else' after 'return'.
Line 1265: quotes - Strings must use singlequote.
Line 1265: quotes - Strings must use singlequote.
Line 1270: quotes - Strings must use singlequote.
Line 1270: quotes - Strings must use singlequote.
Line 1276: quotes - Strings must use singlequote.
Line 1279: quotes - Strings must use singlequote.
Line 1286: quotes - Strings must use singlequote.
Line 1306: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1310: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 1310: space-infix-ops - Infix operators must be spaced.
Line 1310: space-infix-ops - Infix operators must be spaced.
Line 1313: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1337: quotes - Strings must use singlequote.
Line 1337: quotes - Strings must use singlequote.
Line 1338: quotes - Strings must use singlequote.
Line 1338: quotes - Strings must use singlequote.
Line 1339: quotes - Strings must use singlequote.
Line 1346: quotes - Strings must use singlequote.
Line 1348: quotes - Strings must use singlequote.
Line 1360: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1361: quotes - Strings must use singlequote.
Line 1361: quotes - Strings must use singlequote.
Line 1372: quotes - Strings must use singlequote.
Line 1372: quotes - Strings must use singlequote.
Line 1381: quotes - Strings must use singlequote.
Line 1384: quotes - Strings must use singlequote.
Line 1384: quotes - Strings must use singlequote.
Line 1384: quotes - Strings must use singlequote.
Line 1384: quotes - Strings must use singlequote.
Line 1384: quotes - Strings must use singlequote.
Line 1384: quotes - Strings must use singlequote.
Line 1384: quotes - Strings must use singlequote.
Line 1386: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 1386: space-infix-ops - Infix operators must be spaced.
Line 1386: space-infix-ops - Infix operators must be spaced.
Line 1386: space-infix-ops - Infix operators must be spaced.
Line 1387: quotes - Strings must use singlequote.
Line 1396: space-infix-ops - Infix operators must be spaced.
Line 1396: space-infix-ops - Infix operators must be spaced.
Line 1396: space-infix-ops - Infix operators must be spaced.
Line 1396: space-infix-ops - Infix operators must be spaced.
Line 1396: space-infix-ops - Infix operators must be spaced.
Line 1396: quotes - Strings must use singlequote.
Line 1396: quotes - Strings must use singlequote.
Line 1396: quotes - Strings must use singlequote.
Line 1403: no-else-return - Unexpected 'else' after 'return'.
Line 1405: quotes - Strings must use singlequote.
Line 1413: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1445: quotes - Strings must use singlequote.
Line 1450: quotes - Strings must use singlequote.
Line 1450: quotes - Strings must use singlequote.
Line 1450: quotes - Strings must use singlequote.
Line 1463: quotes - Strings must use singlequote.
Line 1470: space-infix-ops - Infix operators must be spaced.
Line 1472: quotes - Strings must use singlequote.
Line 1472: quotes - Strings must use singlequote.
Line 1472: quotes - Strings must use singlequote.
Line 1472: quotes - Strings must use singlequote.
Line 1472: quotes - Strings must use singlequote.
Line 1499: quotes - Strings must use singlequote.
Line 1499: quotes - Strings must use singlequote.
Line 1499: quotes - Strings must use singlequote.
Line 1499: quotes - Strings must use singlequote.
Line 1501: quotes - Strings must use singlequote.
Line 1501: quotes - Strings must use singlequote.
Line 1501: quotes - Strings must use singlequote.
Line 1514: quotes - Strings must use singlequote.
Line 1514: quotes - Strings must use singlequote.
Line 1525: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1562: quotes - Strings must use singlequote.
Line 1562: quotes - Strings must use singlequote.
Line 1562: quotes - Strings must use singlequote.
Line 1575: quotes - Strings must use singlequote.
Line 1575: quotes - Strings must use singlequote.
Line 1575: quotes - Strings must use singlequote.
Line 1671: no-eq-null - Use ‘===’ to compare with ‘null’.
Line 1695: quotes - Strings must use singlequote.
Line 1695: quotes - Strings must use singlequote.
Line 1696: quotes - Strings must use singlequote.
Line 1709: quotes - Strings must use singlequote.
Line 1709: quotes - Strings must use singlequote.
Line 1747: quotes - Strings must use singlequote.
Line 1747: quotes - Strings must use singlequote.
Line 1747: quotes - Strings must use singlequote.
Line 1747: quotes - Strings must use singlequote.
Line 1750: quotes - Strings must use singlequote.
Line 1753: quotes - Strings must use singlequote.
Line 1754: quotes - Strings must use singlequote.
Line 1754: quotes - Strings must use singlequote.
Line 1754: quotes - Strings must use singlequote.
Line 1766: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1775: quotes - Strings must use singlequote.
Line 1775: quotes - Strings must use singlequote.
Line 1777: quotes - Strings must use singlequote.
Line 1777: quotes - Strings must use singlequote.
Line 1777: quotes - Strings must use singlequote.
Line 1785: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1787: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 1787: space-infix-ops - Infix operators must be spaced.
Line 1787: space-infix-ops - Infix operators must be spaced.
Line 1787: space-infix-ops - Infix operators must be spaced.
Line 1793: no-eq-null - Use ‘===’ to compare with ‘null’.
Line 1816: quotes - Strings must use singlequote.
Line 1818: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1818: no-eq-null - Use ‘===’ to compare with ‘null’.
Line 1819: quotes - Strings must use singlequote.
Line 1823: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1825: quotes - Strings must use singlequote.
Line 1827: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 1827: space-infix-ops - Infix operators must be spaced.
Line 1827: space-infix-ops - Infix operators must be spaced.
Line 1830: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1830: quotes - Strings must use singlequote.
Line 1831: quotes - Strings must use singlequote.
Line 1836: no-else-return - Unexpected 'else' after 'return'.
Line 1834: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1835: quotes - Strings must use singlequote.
Line 1835: quotes - Strings must use singlequote.
Line 1835: quotes - Strings must use singlequote.
Line 1838: quotes - Strings must use singlequote.
Line 1838: quotes - Strings must use singlequote.
Line 1838: quotes - Strings must use singlequote.
Line 1844: quotes - Strings must use singlequote.
Line 1844: quotes - Strings must use singlequote.
Line 1848: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1863: quotes - Strings must use singlequote.
Line 1863: quotes - Strings must use singlequote.
Line 1871: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1906: quotes - Strings must use singlequote.
Line 1906: quotes - Strings must use singlequote.
Line 1917: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 1917: quotes - Strings must use singlequote.
Line 1921: quotes - Strings must use singlequote.
Line 1947: no-else-return - Unexpected 'else' after 'return'.
Line 1957: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1961: no-else-return - Unexpected 'else' after 'return'.
Line 1982: quotes - Strings must use singlequote.
Line 1982: quotes - Strings must use singlequote.
Line 1983: quotes - Strings must use singlequote.
Line 1983: quotes - Strings must use singlequote.
Line 1990: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1990: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1990: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1990: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 1992: quotes - Strings must use singlequote.
Line 2001: quotes - Strings must use singlequote.
Line 2002: quotes - Strings must use singlequote.
Line 2006: quotes - Strings must use singlequote.
Line 2007: quotes - Strings must use singlequote.
Line 2010: quotes - Strings must use singlequote.
Line 2011: quotes - Strings must use singlequote.
Line 2014: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 2014: space-infix-ops - Infix operators must be spaced.
Line 2014: space-infix-ops - Infix operators must be spaced.
Line 2018: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 2025: quotes - Strings must use singlequote.
Line 2025: quotes - Strings must use singlequote.
Line 2025: quotes - Strings must use singlequote.
Line 2026: quotes - Strings must use singlequote.
Line 2026: quotes - Strings must use singlequote.
Line 2026: quotes - Strings must use singlequote.
Line 2027: quotes - Strings must use singlequote.
Line 2030: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 2031: quotes - Strings must use singlequote.
Line 2034: quotes - Strings must use singlequote.
Line 2034: quotes - Strings must use singlequote.
Line 2034: quotes - Strings must use singlequote.
Line 2041: quotes - Strings must use singlequote.
Line 2046: quotes - Strings must use singlequote.
Line 2047: quotes - Strings must use singlequote.
Line 2048: quotes - Strings must use singlequote.
Line 2049: quotes - Strings must use singlequote.
Line 2050: quotes - Strings must use singlequote.
Line 2051: quotes - Strings must use singlequote.
Line 2052: quotes - Strings must use singlequote.
Line 2053: quotes - Strings must use singlequote.
Line 2054: quotes - Strings must use singlequote.
Line 2055: quotes - Strings must use singlequote.
Line 2056: quotes - Strings must use singlequote.
Line 2057: quotes - Strings must use singlequote.
Line 2058: quotes - Strings must use singlequote.
Line 2059: quotes - Strings must use singlequote.
Line 2060: quotes - Strings must use singlequote.
Line 2061: quotes - Strings must use singlequote.
Line 2065: space-after-keywords - Keyword "for" must be followed by whitespace.
Line 2065: space-infix-ops - Infix operators must be spaced.
Line 2065: space-infix-ops - Infix operators must be spaced.
Line 2065: space-infix-ops - Infix operators must be spaced.
Line 2070: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 2080: quotes - Strings must use singlequote.
Line 2094: quotes - Strings must use singlequote.
Line 2102: func-style - Expected a function expression.
Line 2117: no-extra-semi - Unnecessary semicolon.
Line 2128: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 2132: no-else-return - Unexpected 'else' after 'return'.
Line 2130: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 2153: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 2154: space-infix-ops - Infix operators must be spaced.
Line 2154: space-infix-ops - Infix operators must be spaced.
Line 2154: space-infix-ops - Infix operators must be spaced.
Line 2154: space-infix-ops - Infix operators must be spaced.
Line 2154: space-infix-ops - Infix operators must be spaced.
Line 2154: quotes - Strings must use singlequote.
Line 2155: quotes - Strings must use singlequote.
Line 2155: quotes - Strings must use singlequote.
Line 2155: quotes - Strings must use singlequote.
Line 2158: space-infix-ops - Infix operators must be spaced.
Line 2158: space-infix-ops - Infix operators must be spaced.
Line 2158: space-infix-ops - Infix operators must be spaced.
Line 2158: quotes - Strings must use singlequote.
Line 2159: quotes - Strings must use singlequote.
Line 2159: quotes - Strings must use singlequote.
Line 2183: quotes - Strings must use singlequote.
Line 2187: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 2188: quotes - Strings must use singlequote.
Line 2188: quotes - Strings must use singlequote.
Line 2189: space-after-keywords - Keyword "if" must be followed by whitespace.
Line 2192: quotes - Strings must use singlequote.
Line 2192: quotes - Strings must use singlequote.
Line 2201: no-extra-semi - Unnecessary semicolon.
public/js/interact.js:
Line 3162: eol-last - Newline required at end of file but not found.
Line 8: no-spaced-func - Unexpected space between function name and paren.
Line 12: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 13: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 14: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 15: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 16: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 21: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 22: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 27: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 28: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 30: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 43: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 44: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 45: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 47: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 48: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 49: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 51: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 52: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 53: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 55: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 96: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 109: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 183: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 186: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 188: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 189: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 190: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 191: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 192: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 193: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 194: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 195: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 200: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 223: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 230: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 233: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 235: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 252: sort-vars - Variables within the same declaration block should be sorted alphabetically
Line 254: sort-vars - Varia