1.0.2 • Published 6 months ago

@kaliber/eslint-plugin v1.0.2

Weekly downloads
4
License
MIT
Repository
-
Last release
6 months ago

@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