pgAdmin 4 commit: Using the '.eslintignore' config file for excludingt - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Using the '.eslintignore' config file for excludingt
Date
Msg-id E1fJCKO-0003cp-1e@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Using the '.eslintignore' config file for excluding the temporary,
vendor specific, and templates files, instead of writing our own logic
to do so.

Patch by: Anthony & Joao
Reviewed by: Khushboo

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7ee85619dfd4cf42a43919beeb1cd1680f46d53
Author: Anthony Emengo <aemengo@pivotal.io>

Modified Files
--------------
web/.eslintignore |  5 +++++
web/package.json  |  2 +-
web/pga_eslint.js | 44 --------------------------------------------
3 files changed, 6 insertions(+), 45 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript