eslint-plugin-next-intl
v1.3.1
Published
ESLint plugin for next-intl
Downloads
36
Readme
eslint-plugin-next-intl 🌐
ESLint plugin for next-intl
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-next-intl:
npm install eslint-plugin-next-intl --save-dev
Note: 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: