Skip to content

Enforces Kaliber's code conventions, helping maintain consistency across projects

License

Notifications You must be signed in to change notification settings

kaliberjs/eslint-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

Enforces Kaliber's code conventions, helping maintain consistency across projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published