Whitelist js/views/message_view.js for ESLint

This commit is contained in:
Daniel Gasienica 2018-03-19 17:19:09 -04:00
parent b5721c2594
commit 97e3b49a36
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
/* eslint-disable */
/* global Whisper: false */
(function () {
'use strict';
window.Whisper = window.Whisper || {};