[pgAdmin4][RM#4142] Add the recommended ESLinter checks again.

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM#4142] Add the recommended ESLinter checks again.
Date: 2019-04-05 06:19:29
Message-ID: CAKKotZQqbBw1mv85b7bdYd2Tzu_vVcu0pkAGrfaxpt7fJe_ZyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Issue: We removed recommended ESLinter checking with RM#4019 commit.

If you see now ESLint is no longer complaining about many issues which are
listed here https://eslint.org/docs/rules/ and marked as [✓].
Simple test case is to add debugger; statement in JS code and run linter,
we can see that linter is not complaining about it, earlier it was.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
fix_js_linter.diff application/octet-stream 3.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-05 06:56:46 pgAdmin 4 commit: Fixed feature test issues
Previous Message Akshay Joshi 2019-04-05 06:02:46 Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes