eslint #eslint #javascript
/* globals MY_GLOBAL */
/* jshint ignore:start */
// Code here will be linted with ignored by JSHint.
/* jshint ignore:end */
ignoreThis(); // jshint ignore:line
/* global $:false */
/* global Drupal:false */