pgAdmin 4 commit: Added recommended ESLinter checks. Fixes #4142 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added recommended ESLinter checks. Fixes #4142
Date
Msg-id E1hCJQM-0000CK-Ur@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed pep8 issue
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM#4142] Add the recommended ESLinter checks again.