Socket
Socket
Sign inDemoInstall

eslint-plugin-bpmn-io

Package Overview
Dependencies
3
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-bpmn-io


Version published
Maintainers
9
Created

Changelog

Source

1.0.0

  • CHORE: prohibit inherits in browser environment

Readme

Source

eslint-plugin-bpmn-io

CI

Common lint rules for bpmn.io projects.

Use

Extend bpmn-io/* in your base eslint configuration:

{
  "extends": "plugin:bpmn-io/browser"
}

If you use mocha for testing, place another .eslintrc into your test folder and extend from bpmn-io/mocha:

{
  "extends": "plugin:bpmn-io/mocha"
}

We ship with a few blue prints:

  • bpmn-io/browser: Use for browser based projects
  • bpmn-io/jsx: Use jsx in conjunction with browser
  • bpmn-io/node: Use for node based projects
  • bpmn-io/mocha: Use for libraries tested with mocha + chai
  • bpmn-io/recommended: Use for libraries where no environment is assumed

License

MIT

Keywords

FAQs

Last updated on 09 Jan 2023

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc