This repository was archived by the owner on Apr 28, 2020. It is now read-only.
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
Simplify project structure and align it with patternfly-react standards #2
Closed
Description
- split
dependencies
vs.devDependencies
, remove deps we don't need, align deps withpatternfly-react
and oVirt UI projects (ovirt-engine-ui-extensions
,ovirt-web-ui
) - simplify webpack (dev/prod) configs and Jest (test) config
- align ESLint rules with patternfly-react standards, try to use
eslint-plugin-patternfly-react
- simplify project's scripts like
yarn build
etc. (use CLI where appropriate) - ensure recent versions of deps, i.e.
yarn outdated
- document common project conventions in Storybook, using Foreman as the reference
- document developer workflow and other important stuff in README