pgAdmin 4 commit: Using the '.eslintignore' config file for excluding t

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Using the '.eslintignore' config file for excluding t
Date: 2018-05-17 06:23:52
Message-ID: E1fJCKO-0003cp-1e@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pivotal(dot)io>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2018-05-17 06:23:58 Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript
Previous Message Khushboo Vashi 2018-05-17 05:35:47 Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript