decaffeinate: Run post-processing cleanups on FilestoreApp.coffee and 1 other file

This commit is contained in:
decaffeinate 2019-12-16 10:42:36 +00:00 committed by Simon Detheridge
parent e6e75d4e19
commit 738e1d821e
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,9 @@
/* eslint-disable
handle-callback-err,
standard/no-callback-literal,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS101: Remove unnecessary use of Array.from

View file

@ -1,3 +1,11 @@
/* eslint-disable
handle-callback-err,
no-path-concat,
no-return-assign,
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns