Lint fixes

This commit is contained in:
Scott Nonnenberg 2019-01-15 10:03:16 -08:00
parent 16a821645f
commit 74bbdb88a5
3 changed files with 5 additions and 559 deletions

View file

@ -49,6 +49,10 @@ const allSourceFiles = glob.sync(searchPattern, { nodir: true });
const results: Array<ExceptionType> = [];
const excludedFiles = [
// High-traffic files in our project
'^js/views/conversation_view.js',
'^js/views/file_input_view.js',
// Generated files
'^js/components.js',
'^js/libtextsecure.js',