Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 452 Bytes

File metadata and controls

23 lines (16 loc) · 452 Bytes

@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