WebUI: Enforce ESLint eqeqeq rule in c/b/r/new_tab_page/
The rule disallows == in favor of ===, and != in favor of !==, which matches the Google JS styleguide (which Chromium's JS styleguide inherits from). Bug: 720034 Change-Id: Id257bce33e681ad227ff5bd4212b1f8d3c28b867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980214Reviewed-by:Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#727299}
Showing
Please register or sign in to comment