0.1.0 • Published 3 years ago

eslint-plugin-rimac v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
bitbucket
Last release
3 years ago

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 called import-declaration-newline.ts
  • Any shared utils/functions/variables should be put into src/utils folder

Resources

Notes

Acknowledgments

TODO

  • Figure out why fixtures folder is needed. Something to do with this PR