- 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 calledimport-declaration-newline.ts
- Any shared
utils
/functions
/variables
should be put intosrc/utils
folder
- Some of the rules have been taken and modified/updated from the following repos