Thread: pgAdmin 4 commit: Included JSX files in the linter check.

pgAdmin 4 commit: Included JSX files in the linter check.

From
Akshay Joshi
Date:
Included JSX files in the linter check.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c88a63edf8ff937795d85b28914636076e54a468
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/.eslintrc.js                                   |   1 +
web/package.json                                   |   2 +-
web/pgadmin/dashboard/static/js/Graphs.jsx         |  69 ++++----
web/pgadmin/static/js/chartjs/index.jsx            |   2 +
.../erd/static/js/erd_tool/links/OneToManyLink.jsx |  14 +-
.../erd/static/js/erd_tool/nodes/TableNode.jsx     |  13 +-
.../js/erd_tool/ui_components/BodyWidget.jsx       | 185 +++++++++++----------
.../static/js/erd_tool/ui_components/ToolBar.jsx   |  12 +-
8 files changed, 167 insertions(+), 131 deletions(-)