1.0.3 • Published 4 years ago

@silohq/eslint-plugin-silo v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

eslint-plugin-silo

ESLint rules for Silo frontend development.

Rules

no-cross-container-imports

Detects imports of anything from the containers/ directory. This is not allowed because it breaks our file organization conventions (no shared code in containers/) and also can cause performance issues by causing webpack to chunk containers together.

no-dynamic-i18n-strings

Detects calls to translation functions (i18n.t() or t()) whose first argument is a template literal that contains template variables.

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago