2.0.2-test-auto-forker-deploy-QUCJ.0 • Published 5 years ago

laviro-foreman-js-vendor-dev v2.0.2-test-auto-forker-deploy-QUCJ.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@theforeman/vendor-dev

allows to set up evelopment enviorment when working with @theforeman/vendor

Package Version Downloads Status Build Status: Linux PRs Welcome code style: prettier

Installation

npm install --save-dev @theforeman/vendor-dev
  1. Adds @theforeman/vendor-dev/babel.preset.js to your .babelrc:
{
  "presets": [
    "env",
    "react"
  ],
  "env": {
    "test": {
      "presets": ["@theforeman/vendor-dev/babel.preset.js"]
    },
    "storybook": {
      "presets": ["@theforeman/vendor-dev/babel.preset.js"]
    }
  }
}
  1. Extend your .eslintrc file with @theforeman/vendor-dev/eslint.extends.js:
{
  "plugins": ["patternfly-react"],
  "extends": [
    "plugin:patternfly-react/recommended",
    "./node_modules/@theforeman/vendor-dev/eslint.extends.js"
  ]
}

Contributing

Please checkout the contributing.md, the roadmap.md and the open issues.