uffizzi icon indicating copy to clipboard operation
uffizzi copied to clipboard

Docker extension Improve code quality

Open 7R41N33 opened this issue 2 years ago • 3 comments

We need to setup a few tools for the docker extension:

  1. Linter (make lint)
  2. Prettier and tsconfig
  3. Remove all relative paths like this:

'import { UseIframeListenerState } from '../types/hooks/useIframeListener';'

and use relative

7R41N33 avatar May 11 '22 14:05 7R41N33

TESTED - OK

NealArw avatar May 24 '22 08:05 NealArw

MR https://gitlab.com/dualbootpartners/idyl/uffizzi_docker_extension/-/merge_requests/13

allgapone avatar May 25 '22 12:05 allgapone

verified in production

AnnaPochepina avatar Jun 02 '22 09:06 AnnaPochepina