You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: enhance README with badges and contributing section
- Add npm downloads badge
- Add tagline with better scanability
- Add contributing section with links to community docs
- Add footer with Sebastian Software branding
ESLint plugin for [Lingui](https://lingui.dev/) with TypeScript type-aware rules.
8
+
> 🔍 Type-aware ESLint rules for [Lingui](https://lingui.dev/)— catch unlocalized strings with zero configuration using TypeScript's type system.
8
9
9
10
## Why TypeScript?
10
11
@@ -212,6 +213,10 @@ The `no-unlocalized-strings` rule has different options because TypeScript types
212
213
213
214
5. Review your ignore lists — many entries may no longer be needed thanks to type-aware detection.
214
215
216
+
## Contributing
217
+
218
+
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md) before submitting a PR.
219
+
215
220
## Related Projects
216
221
217
222
-[Lingui](https://lingui.dev/) – The excellent i18n library this plugin is built for. Provides powerful macros like `t`, `<Trans>`, and `plural` for seamless internationalization.
@@ -221,3 +226,7 @@ The `no-unlocalized-strings` rule has different options because TypeScript types
221
226
## License
222
227
223
228
[MIT](LICENSE)
229
+
230
+
---
231
+
232
+
Made with ❤️ by [Sebastian Software](https://www.sebastian-software.de)
0 commit comments