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