eslint-plugin-next-intl
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

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:

Package Sidebar

Install

npm i eslint-plugin-next-intl

Weekly Downloads

0

Version

1.3.0

License

MIT

Unpacked Size

25.2 kB

Total Files

31

Last publish

Collaborators

  • csilk