1.0.0 • Published 8 months ago
eslint-plugin-camunda-licensed v1.0.0
eslint-plugin-camunda-licensed
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:
mit
: ensures that all source files start with the MIT license headercommercial
: ensures that all source files start with the Camunda commercial license headerapache
: ensures that all source files start with the Apache Version 2.0 license header
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