0.1.0 • Published 4 years ago
eslint-plugin-rimac v0.1.0
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
TODO
- Figure out why
fixturesfolder is needed. Something to do with this PR