Unleash eslint on message_receiver.js - lots of change
This commit is contained in:
parent
21bf02c94d
commit
e69586200a
4 changed files with 1022 additions and 946 deletions
|
@ -2,9 +2,9 @@ build/**
|
|||
components/**
|
||||
coverage/**
|
||||
dist/**
|
||||
libtextsecure/**
|
||||
|
||||
# these aren't ready yet, pulling files in one-by-one
|
||||
libtextsecure/**
|
||||
js/*.js
|
||||
js/models/**/*.js
|
||||
js/views/**/*.js
|
||||
|
@ -30,6 +30,7 @@ ts/**/*.js
|
|||
!js/views/inbox_view.js
|
||||
!js/views/message_view.js
|
||||
!js/views/settings_view.js
|
||||
!libtextsecure/message_receiver.js
|
||||
!main.js
|
||||
!preload.js
|
||||
!prepare_build.js
|
||||
|
|
|
@ -112,6 +112,7 @@ module.exports = function(grunt) {
|
|||
'!js/views/debug_log_view.js',
|
||||
'!js/views/message_view.js',
|
||||
'!js/WebAudioRecorderMp3.js',
|
||||
'!libtextsecure/message_receiver.js',
|
||||
'_locales/**/*'
|
||||
],
|
||||
options: { jshintrc: '.jshintrc' },
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -34,7 +34,7 @@ window.Signal.Migrations = {
|
|||
transaction.db.createObjectStore('conversations');
|
||||
next();
|
||||
},
|
||||
version: 1
|
||||
version: 1,
|
||||
}],
|
||||
loadAttachmentData: attachment => Promise.resolve(attachment),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue