You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@discord/eslint-plugin-discord-intl

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discord/eslint-plugin-discord-intl

ESLint plugin for validating and linting messages and translations using @discord/intl

0.26.0-rc.1
latest
Source
npmnpm
Version published
Weekly downloads
5.5K
2.76%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-plugin-discord-intl

An ESLint (v8) plugin for linting intl messages in the @discord/intl system. Currently this linter only checks best practices for messages like whitespace and access notation in other source files, but will eventually be able to lint the content of messages themselves using the database's validateMessages API.

Install

pnpm add -D @discord/eslint-plugin-discord-intl

Configure

module.exports = {
  // Extend the recommended plugin configuration
  extends: ['plugin:@discord/eslint-plugin-discord-intl/recommended'],
  // Optionally add configuration for all rules
  settings: {
    '@discord/discord-intl': {
      extraImports: {
        '@app/intl': ['t'],
      },
    },
  },
};

FAQs

Package last updated on 23 Jul 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.