Socket
Socket
Sign inDemoInstall

eslint-plugin-react-i18n

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-i18n

ESLint rules to help enforce i18n in react


Version published
Weekly downloads
5K
decreased by-10.21%
Maintainers
2
Weekly downloads
 
Created
Source

eslint-plugin-react-i18n

Build Status npm version

ESLint rules to help enforce i18n in react.

Primarily supports i18next, but happy to accept PRs to add support for other popular react i18n frameworks.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-react-i18n:

$ npm install eslint-plugin-react-i18n --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-react-i18n globally.

Usage

Add react-i18n to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["react-i18n"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "react-i18n/rule-name": "error"
  }
}

You can also use the recommended config instead

{
  "extends": ["plugin:react-i18n/recommended"]
}

Supported Rules

Keywords

FAQs

Package last updated on 12 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc