Remove i18n.js from jshint run, fix missing semicolon

This commit is contained in:
Scott Nonnenberg 2018-04-04 17:26:57 -07:00
parent 3899eb8d0b
commit 104a1ca5d4
No known key found for this signature in database
GPG key ID: 5F82280C35134661
2 changed files with 2 additions and 1 deletions

View file

@ -106,6 +106,7 @@ module.exports = function(grunt) {
'!js/components.js',
'!js/logging.js',
'!js/backup.js',
'!js/i18n.js',
'!js/modules/**/*.js',
'!js/views/conversation_search_view.js',
'!js/react/**/*.js',