pgAdmin 4 commit: Added recommended ESLinter checks. Fixes #4142

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added recommended ESLinter checks. Fixes #4142
Date: 2019-04-05 07:38:06
Message-ID: E1hCJQM-0000CK-Ur@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added recommended ESLinter checks. Fixes #4142

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=84ecffa4d9d0965f46bdef8a074f44475d8d79a2
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_5.rst | 1 +
web/.eslintrc.js | 5 +++++
.../servers/databases/schemas/tables/columns/static/js/column.js | 1 -
web/pgadmin/browser/static/js/browser.js | 1 -
web/pgadmin/help/static/js/help.js | 2 +-
web/pgadmin/static/js/pgadmin.js | 7 ++++++-
6 files changed, 13 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-05 07:38:29 Re: [pgAdmin4][RM#4142] Add the recommended ESLinter checks again.
Previous Message Akshay Joshi 2019-04-05 07:24:02 pgAdmin 4 commit: Fixed pep8 issue