Re: pgAdmin 4 commit: Disable emojis in Yarn output.

2018-05-30 Thread Dave Page
Yeah - I pushed by mistake (don't ask). It's reverted now. Sorry! On Wed, May 30, 2018 at 4:50 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hello Dave, > When running yarn linter after this commit we get the following: > > yarn run v1.7.0 > $ yarn eslint --emoji false --n

Re: pgAdmin 4 commit: Disable emojis in Yarn output.

2018-05-30 Thread Joao De Almeida Pereira
Hello Dave, When running yarn linter after this commit we get the following: yarn run v1.7.0 $ yarn eslint --emoji false --no-eslintrc -c .eslintrc.js --ext .js --ext .jsx . $ /Users/pivotal/workspace/pgadmin4/web/node_modules/.bin/eslint --emoji false --no-eslintrc -c .eslintrc.js --ext .js --ext

pgAdmin 4 commit: Disable emojis in Yarn output.

2018-05-30 Thread Dave Page
Disable emojis in Yarn output. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b2d4c6ef9d7715c62310bd05dace97f7523a527d Modified Files -- pkg/docker/Dockerfile | 4 ++-- web/package.json | 20 ++-- 2 files chang