Behance's custom ESLint plugin (v3.0.1) providing two rules: no-jasmine-arrow disallows arrow functions in Jasmine test callbacks, and header-comment enforces a header block comment at file top. Released as maintenance-only; peer dependency on ESLint >=4.19.1. Simple and focused, no active development since 2018.
npm install eslint-plugin-behanceVerified import paths — ran on the pinned version, not inferred.
Shows configuration to enable both rules with ESLint, including header-comment option.
Consider migrating to modern ESLint flat config or use maintained alternatives.
Always provide the comment text as the second option in the rule configuration.
Upgrade ESLint to at least 4.19.1.
Manually add rules to your ESLint config.
Install locally: npm install --save-dev eslint-plugin-behance; ensure ESLint is also local.
Add "behance" to the plugins section: { "plugins": ["behance"] }