Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript

From: Anthony Emengo <aemengo(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript
Date: 2018-05-14 19:47:46
Message-ID: CAG8BBZONxafSnpDy2seNKG5cawW7gaEK4cNm5TmOwFceJy3G6Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Apologies, here's a redo that should apply cleanly on top of master

Anthony && Joao

On Mon, May 14, 2018 at 3:25 PM Anthony Emengo <aemengo(at)pivotal(dot)io> wrote:

> Hi Hackers,
>
> Attached you can find a patch that changes the way we are running ESLint
> on the Javascript files. Instead of using Javascript we can use ESLint
> parameters to archive the same goal.
>
> In the future this will also allow us to use the rest of the cli
> parameters like (--fix and others...)
>
> Thanks
> Anthony && Joao
>

Attachment Content-Type Size
0001-Use-Eslinter-Options-Instead-Of-Javascript.patch application/octet-stream 2.3 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2018-05-15 04:44:24 [pgAdmin4][Patch]: Minor JS Fix
Previous Message Anthony Emengo 2018-05-14 19:25:32 [pgadmin4][patch] Use ESLinter options instead of using Javascript