laviro-foreman-js-vendor-dev

2.0.2-test-auto-forker-deploy-QUCJ.0 • Public • Published

@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.

/laviro-foreman-js-vendor-dev/

    Package Sidebar

    Install

    npm i laviro-foreman-js-vendor-dev

    Weekly Downloads

    0

    Version

    2.0.2-test-auto-forker-deploy-QUCJ.0

    License

    MIT

    Unpacked Size

    9.82 kB

    Total Files

    11

    Last publish

    Collaborators

    • laviro