2.2.0 • Published 4 months ago

eslint-plugin-bpmn-io v2.2.0

Weekly downloads
657
License
MIT
Repository
github
Last release
4 months ago

eslint-plugin-bpmn-io

CI

Common lint rules for bpmn.io projects.

Use

Extend one or more of our recommended configurations:

import bpmnIoPlugin from 'eslint-plugin-bpmn-io';

export default [
  ...bpmnIoPlugin.configs.recommended
]

If you use mocha for testing, add the mocha profile to your specs:

import bpmnIoPlugin from 'eslint-plugin-bpmn-io';

export default [
  ...bpmnIoPlugin.configs.browser,
  ...bpmnIoPlugin.configs.mocha.map(config => {
    return {
      ...config,
      files: [
        '**/*.spec.js'
      ]
    };
  })
]

Available Configurations

Base configurations:

  • browser: Use for browser based projects
  • node: Use for node based projects
  • recommended: Use for libraries where no environment is assumed

Special purpose configurations:

  • jsx: Use jsx in conjunction with browser
  • mocha: Use for libraries tested with mocha + chai

License

MIT

2.2.0

4 months ago

2.1.0

5 months ago

2.0.2

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.0.1

11 months ago

1.0.0

2 years ago

0.15.0

3 years ago

0.16.0

3 years ago

0.15.1

3 years ago

0.14.1

3 years ago

0.14.0

3 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.0

5 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.1

6 years ago

0.6.0

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago