Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

laviro-foreman-js-vendor-dev

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laviro-foreman-js-vendor-dev

foreman supported 3rd-party node_modules

  • 2.0.2-test-auto-forker-deploy-QUCJ.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 06 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc