@rimac-technology/eslint-plugin
v1.5.0
Published
Custom eslint rules
Readme
Eslint Plugin Rimac
Architecture
- When creating a new rule put it in the
src/rulesfolder- Name the file the same as the rule itself
- For example
rimac/import-declaration-newlineshould be calledimport-declaration-newline.ts
- Any shared
utils/functions/variablesshould be put intosrc/utilsfolder
Resources
Notes
Acknowledgments
- Some of the rules have been taken and modified/updated from the following repos
