1.0.3 • Published 2 years ago

eslint-plugin-iamyth v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ESLint Plugin IAMYTH

A library with self-made eslint rules Docs later

rule:

  • deep-nested-relative-imports, no ../../../ imports
  • order-stylesheet-import-statement-last, stylesheet import should always be last imported item
  • restricted-imports, restrict import from specific library
  • unnecessary-ending-index, use path/file while path/file/index are the same