Socket
Socket
Sign inDemoInstall

eslint-plugin-bpmn-io

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-bpmn-io

Shared lint rules for bpmn.io projects


Version published
Weekly downloads
2.2K
increased by1.94%
Maintainers
2
Weekly downloads
 
Created
Source

eslint-plugin-bpmn-io

Commont lint rules for bpmn.io projects.

Use

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

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

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/es5: Use for ES5 style projects / node libraries
  • bpmn-io/es6: Use for modern, ES2015 based projects
  • bpmn-io/jsx: Use jsx in conjunction with es6
  • bpmn-io/mocha: Use for libraries tested with mocha + chai

License

MIT

Keywords

FAQs

Package last updated on 27 Feb 2018

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