@kaliber/eslint-plugin
v1.1.0-beta.4
Published
This ESLint plugin enforces Kaliber's code conventions, helping maintain consistency across projects.
Maintainers
Keywords
Readme
@kaliber/eslint-plugin
This ESLint plugin enforces Kaliber's code conventions, helping maintain consistency across projects.
Usage
To use this plugin in your project, create an .eslintrc file with the following content:
{
"extends": "./node_modules/@kaliber/eslint-plugin/.eslintrc"
}Publishing a new version
To publish a new version, run the following commands:
>> yarn publish
>> git push
>> git push --tags