🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-react-intl-static

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-intl-static

ESLint plugin to enforce statically analysable react-intl usage

0.0.2-alpha.0
latest
Source
npm
Version published
Weekly downloads
438
-4.78%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-plugin-react-intl-static

npm Build Status Code Coverage

rules to enforce statically analysable react-intl usage.

Roadmap

v0.0.0

  • detect basic violations in <FormattedMessage />
  • detect basic violations in formatMessage({})
  • detect basic violations in defineMessages({})
  • basic fixes for <FormattedMessage />
  • basic fixes for formatMessage({})
  • basic fixes for defineMessages({})
  • handle basic interaction of defineMessages + formatMessage
  • handle fallback interaction of defineMessages + formatMessage
  • add option for allowing computed keys in defineMessages

v0.0.1

v0.1.0

  • disallow renaming/aliasing of functions/imports
  • disallow passing formatMessage as a positional argument

v0.2.0

  • move to typescript
  • remove this roadmap

v0.3.0

  • separate useful functions into it's own package
  • monorepo, maybe :thinking:

FAQs

Package last updated on 14 Oct 2023

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