[pgAdmin4][RM#4142] Add the recommended ESLinter checks again. - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgAdmin4][RM#4142] Add the recommended ESLinter checks again.
Date
Msg-id CAKKotZQqbBw1mv85b7bdYd2Tzu_vVcu0pkAGrfaxpt7fJe_ZyQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][RM#4142] Add the recommended ESLinter checks again.  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List 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

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed feature test issues