
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
@elastic/eslint-plugin-react-intl
Advanced tools
Note: This is a fork from http://npmjs.org/package/eslint-plugin-react-intl.
react-intl (2.0) specific linting rules for ESLint
Install ESLint either locally or globally.
$ npm install eslint
If you installed ESLint
globally, you have to install React-intl plugin globally too. Otherwise, install it locally.
$ npm install eslint-plugin-react-intl
Add plugins
section and specify ESLint-plugin-React as a plugin.
{
"plugins": [
"@elastic/eslint-plugin-react-intl"
]
}
If it is not already the case you must also configure ESLint
to support JSX.
With ESLint 1.x.x:
{
"ecmaFeatures": {
"jsx": true
}
}
With ESLint 2.x.x:
{
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
}
}
defaultMessage
attributes that aren't valid ICU message syntaxformatMessage()
from using literal translations, because there are not picked up by babel-plugin-react-intl.ESLint-plugin-React-intl is licensed under the MIT License.
FAQs
react-intl specific linting rules for ESLint
The npm package @elastic/eslint-plugin-react-intl receives a total of 849 weekly downloads. As such, @elastic/eslint-plugin-react-intl popularity was classified as not popular.
We found that @elastic/eslint-plugin-react-intl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 25 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.