1.0.0 • Published 8 months ago

eslint-plugin-camunda-licensed v1.0.0

Weekly downloads
1,796
License
MIT
Repository
github
Last release
8 months ago

eslint-plugin-camunda-licensed

CI

Common lint rules Camunda licensed OSS projects.

Use

Extend from our available configurations in your ESLint config:

import camundaLicensedPlugin from 'eslint-plugin-camunda-licensed';

export default [
  ...camundaLicensedPlugin.configs.mit
]

Available Configurations

We ship with a few blue prints:

Maintain Licenses

Changes to licenses will be released as semantic version bumps.

To automatically add/update configured license headers, run ESLint in auto-fix mode:

eslint --fix

To validate that users add the license headers as required, ensure eslint is being run as part of your CI pipeline.

License

MIT

1.0.0

8 months ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

4 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago