From faec0291cd8d93e9534c72cab65557c3d7d3ca71 Mon Sep 17 00:00:00 2001 From: oguhpereira Date: Wed, 14 Apr 2021 20:52:43 -0300 Subject: [PATCH] fix: fix lint error --- app/main/createWindow/donateDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/createWindow/donateDialog.js b/app/main/createWindow/donateDialog.js index ce04e1b3..aa84453b 100644 --- a/app/main/createWindow/donateDialog.js +++ b/app/main/createWindow/donateDialog.js @@ -20,7 +20,7 @@ export const shouldShow = () => { return !lastShow || twoWeeksAgo() >= lastShow } -/* eslint-disable max-len*/ +/* eslint-disable max-len */ const messages = [ 'Developers try to make you happy with this free and open-source app. Make them happy too with your donation!' ]