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:
parent
d5d0eabdfd
commit
85490fbc98
2 changed files with 2 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue