Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Dec 2014 at 10:18 UTC
Updated:
20 Jan 2015 at 19:14 UTC
Jump to comment: Most recent
Comments
Comment #1
daffie commentedWe use for Drupal ESLint testing for javascript. The rules for the use of === and !== is that it is good practice to use them instead of their regular counterparts == and !=.
It all looks good to me and it is a very simple patch, so RTBC for me.
Comment #2
nod_This is included in #2389515: Update ESLint rules. I'd rather get that other issue reviewed and committed.
Comment #3
webchickWell, it's been over a week and that issue's still outstanding and this one's tiny and ready to go, so...
Committed and pushed to 8.0.x. Thanks!