csi-lk / eslint-plugin-next-intl

ESLint plugin for next-intl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

ESLint plugin for next-intl

License:MIT License


Languages

Language:TypeScript 100.0%