Detalhes do pacote

eslint-plugin-camunda-licensed

camunda5.4kMIT1.0.0

Shared lint rules for Camunda licensed OSS projects

eslint, lint, rules, bpmn.io

readme (leia-me)

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

changelog (log de mudanças)

Changelog

All notable changes to eslint-plugin-camunda-licensed are documented here. We use semantic versioning for releases.

Unreleased

_Note: Yet to be released changes appear here._

1.0.0

  • FEAT: migrate to flat config (#20)
  • FEAT: turn into ES module (#20)
  • DEPS: require eslint@9 (#20)

Breaking Changes

  • Consume as an ES module (#20)
  • Use alongside eslint@9 (#20)

0.4.6

  • DEPS: support eslint@8

0.4.5

  • FIX: correct commercial preset (#7)

0.4.4

  • DEPS: support eslint@7

0.4.3

  • DEPS: bump mark as eslint@6 supported
  • DEPS: bump eslint-plugin-license-header version
  • FIX: correct check failure when linting empty files

0.4.2

  • FIX: use official, Elastic style MIT license header

0.4.1

  • FIX: correct apache header formating
  • DEPS: bump license-header version

0.4.0

  • FEAT: add apache license

0.3.0

  • FEAT: add commercial preset

0.2.1

  • FIX: correct mit config to correctly handle whitespace around license headers
  • CHORE: switch to eslint-plugin-license-header for underlying header checks

0.2.0

  • CHORE: do not package dev assets

0.1.0

Initial version.