Skip to content

RimacTechnology/eslint-plugin

Repository files navigation

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