Lint fixes
This commit is contained in:
parent
16a821645f
commit
74bbdb88a5
3 changed files with 5 additions and 559 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue