[Webkit-unassigned] [Bug 136658] New: Web Inspector: Fix ESLint eqeqeq warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 8 20:16:57 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=136658

           Summary: Web Inspector: Fix ESLint eqeqeq warnings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    jonowells at apple.com, graouts at webkit.org


ESLint catches a number of "==" => "===" and "!=" => "!===" cases.

However ESLint is failing on files with ES6 syntax (for..of) so I caught a few more by just searching around.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list