eslint-plugin-silo
ESLint rules for Silo frontend development.
Rules
$3
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.
$3
Detects calls to translation functions (
i18n.t() or
t()) whose first argument is a template literal that contains template variables.