Skip to content

Latest commit

History

History
28 lines (19 loc) 路 1.4 KB

README.md

File metadata and controls

28 lines (19 loc) 路 1.4 KB

Eslint Plugin Rimac

Commitizen friendly Conventional Changelog semantic-release: angular

Architecture

  • When creating a new rule put it in the src/rules folder
    • Name the file the same as the rule itself
    • For example rimac/import-declaration-newline should be called import-declaration-newline.ts
  • Any shared utils/functions/variables should be put into src/utils folder

Resources

Notes

Acknowledgments