Gruntfile: Sort lines in jshint/jscs config

pull/1/head
Scott Nonnenberg 7 years ago
parent 23293a3c00
commit bb73d470a5
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

@ -98,21 +98,21 @@ module.exports = function(grunt) {
'Gruntfile.js',
'js/**/*.js',
'!js/background.js',
'!js/backup.js',
'!js/components.js',
'!js/database.js',
'!js/i18n.js',
'!js/jquery.js',
'!js/libtextsecure.js',
'!js/WebAudioRecorderMp3.js',
'!js/Mp3LameEncoder.min.js',
'!js/libsignal-protocol-worker.js',
'!js/components.js',
'!js/libtextsecure.js',
'!js/logging.js',
'!js/backup.js',
'!js/i18n.js',
'!js/modules/**/*.js',
'!js/views/conversation_search_view.js',
'!js/Mp3LameEncoder.min.js',
'!js/react/**/*.js',
'!js/views/debug_log_view.js',
'!js/signal_protocol_store.js',
'!js/database.js',
'!js/views/conversation_search_view.js',
'!js/views/debug_log_view.js',
'!js/WebAudioRecorderMp3.js',
'_locales/**/*'
],
options: { jshintrc: '.jshintrc' },
@ -158,13 +158,13 @@ module.exports = function(grunt) {
src: [
'Gruntfile',
'js/**/*.js',
'!js/libtextsecure.js',
'!js/WebAudioRecorderMp3.js',
'!js/Mp3LameEncoder.min.js',
'!js/libsignal-protocol-worker.js',
'!js/components.js',
'!js/libsignal-protocol-worker.js',
'!js/libtextsecure.js',
'!js/modules/**/*.js',
'!js/Mp3LameEncoder.min.js',
'!js/react/**/*.js',
'!js/WebAudioRecorderMp3.js',
'test/**/*.js',
'!test/blanket_mocha.js',
'!test/modules/**/*.js',

Loading…
Cancel
Save