Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript - Mailing list pgadmin-hackers

From Anthony Emengo
Subject Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript
Date
Msg-id CAG8BBZONxafSnpDy2seNKG5cawW7gaEK4cNm5TmOwFceJy3G6Q@mail.gmail.com
Whole thread Raw
In response to [pgadmin4][patch] Use ESLinter options instead of using Javascript  (Anthony Emengo <aemengo@pivotal.io>)
Responses Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript  (Anthony Emengo <aemengo@pivotal.io>)
List 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@pivotal.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

pgadmin-hackers by date:

Previous
From: Anthony Emengo
Date:
Subject: [pgadmin4][patch] Use ESLinter options instead of using Javascript
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Minor JS Fix