Let jscs ignore libtextsecure.js

Fix warnings about mixed tabs and spaces. They are in compiled code.
pull/749/head
lilia 11 years ago
parent 9e04910124
commit 5df56663ef

@ -171,7 +171,7 @@ module.exports = function(grunt) {
}, },
jscs: { jscs: {
all: { all: {
src: ['js/**/*.js', '!js/components.js', 'test/**/*.js'] src: ['js/**/*.js', '!js/libtextsecure.js', '!js/components.js', 'test/**/*.js']
} }
}, },
watch: { watch: {

Loading…
Cancel
Save