if (val === 'standard' && ['===', '!=='].indexOf(node.operator) > -1) {
    this.badToken(node);
  }