Socket
Book a DemoInstallSign in
Socket

@theforeman/vendor-dev

Package Overview
Dependencies
Maintainers
2
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theforeman/vendor-dev

foreman supported 3rd-party node_modules

latest
Source
npmnpm
Version
15.0.1
Version published
Weekly downloads
1K
23.92%
Maintainers
2
Weekly downloads
 
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
  • 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"]
    }
  }
}

  • 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 17 Mar 2025

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