@rimac-technology/eslint-plugin
v1.5.0
Published
Custom eslint rules
Downloads
944
Readme
Eslint Plugin Rimac
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 calledimport-declaration-newline.ts
- Any shared
utils
/functions
/variables
should be put intosrc/utils
folder
Resources
Notes
Acknowledgments
- Some of the rules have been taken and modified/updated from the following repos