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

2019-04-05 Thread Akshay Joshi
Thanks patch applied. On Fri, Apr 5, 2019 at 11:49 AM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > 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://

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

2019-04-04 Thread Murtuza Zabuawala
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 th