@aegu/eslint-plugin-licensed
v0.0.2
Published
Lint rules for Anwendungsentwicklung Gubenis licensed projects
Readme
@aegu/eslint-plugin-licensed
Use
Extend @aegu/eslint-plugin-licensed/* in your base ESLint configuration:
{
"extends": "plugin:@aegu/eslint-plugin/licensed/commercial"
}Available Recommended Configurations
We ship with a few blue prints:
@aegu/eslint-plugin-licensed/mit: ensures that all source files start with the MIT license header@aegu/eslint-plugin-licensed/commercial: ensures that all source files start with the Anwendungsentwicklung Gubenis commercial license header@aegu/eslint-plugin-licensed/apache: 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 --fixTo validate that users add the license headers as required, ensure eslint is being run as part of your CI pipeline.
License
MIT
