1.3.1 • Published 1 year ago
eslint-plugin-next-intl v1.3.1
eslint-plugin-next-intl 🌐
ESLint plugin for next-intl
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-next-intl:
npm install eslint-plugin-next-intl --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-next-intl globally.
Lastly extend in your eslintrc
{
"extends": ["plugin:next-intl/recommended"]
}Supported Rules
💼 Configurations enabled in.\
🌐 Set in the all configuration.\
✅ Set in the recommended configuration.\
🔧 Automatically fixable by the --fix CLI option.
| Name | Description | 💼 | 🔧 |
|---|---|---|---|
| no-dynamic-translation-key | Enforce using static strings as keys for translation functions | 🌐 ✅ | |
| use-next-intl-link-over-next-link | Replace next/link imports with next-intl/link imports | 🌐 ✅ | 🔧 |
| use-router-from-next-intl | Use useRouter from next-intl/client instead of next/navigation | 🌐 ✅ | 🔧 |
Credits
This set of rules was based off great work done in the repos: