@theforeman/vendor-dev

13.0.1 • 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @theforeman/vendor-dev

Weekly Downloads

819

Version

13.0.1

License

MIT

Unpacked Size

40.7 kB

Total Files

11

Last publish

Collaborators

  • sharvita
  • amirfefer