Disable JSHint for background.js

It doesn’t recognize `async` and I couldn’t figure out how to ignore a top-level
`async` without cascading errors.
This commit is contained in:
Daniel Gasienica 2018-03-28 10:10:09 -04:00
parent d5d0eabdfd
commit 85490fbc98
2 changed files with 2 additions and 6 deletions

View file

@ -97,6 +97,7 @@ module.exports = function(grunt) {
files: [
'Gruntfile.js',
'js/**/*.js',
'!js/background.js',
'!js/jquery.js',
'!js/libtextsecure.js',
'!js/WebAudioRecorderMp3.js',