From 7e3cc432d661f9e1ea377c803eba1af8dbad796c Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Tue, 13 Mar 2018 22:54:48 -0400 Subject: [PATCH] Whitelist `js/database.js` for ESLint --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index ab00fab0f243..cd0a44a042be 100644 --- a/.eslintignore +++ b/.eslintignore @@ -16,6 +16,7 @@ test/views/*.js # ES2015+ files !js/background.js +!js/database.js !js/logging.js !js/models/conversations.js !js/views/attachment_view.js