Skip to content

Commit 281d187

Browse files
committed
docs: add Related Projects section
Credit to: - Lingui - the i18n library - eslint-plugin-lingui - the original ESLint plugin - typescript-eslint - the foundation for type-aware linting
1 parent 743275c commit 281d187

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ Or configure rules manually:
100100
| [consistent-plural-format](docs/rules/consistent-plural-format.md) | Validates `<Plural>` component usage by ensuring required plural keys (`one`, `other`) are present. Helps maintain consistent pluralization across the codebase. ||
101101
| [text-restrictions](docs/rules/text-restrictions.md) | Enforces project-specific text restrictions like disallowed patterns or minimum length. Requires configuration to be useful. ||
102102

103+
## Related Projects
104+
105+
- [Lingui](https://lingui.dev/) – The excellent i18n library this plugin is built for. Provides powerful macros like `t`, `<Trans>`, and `plural` for seamless internationalization.
106+
- [eslint-plugin-lingui](https://github.com/lingui/eslint-plugin-lingui) – The official Lingui ESLint plugin. Great for JavaScript projects; this plugin extends the concept with TypeScript type-awareness.
107+
- [typescript-eslint](https://typescript-eslint.io/) – The foundation that makes type-aware linting possible. This plugin builds on their excellent tooling.
108+
103109
## License
104110

105111
[MIT](LICENSE)

0 commit comments

Comments
 (0)