Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
eslint-plugin-react-intl
Advanced tools
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": [
"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 syntaxESLint-plugin-React-intl is licensed under the MIT License.
FAQs
React-intl specific linting rules for ESLint
The npm package eslint-plugin-react-intl receives a total of 3,011 weekly downloads. As such, eslint-plugin-react-intl popularity was classified as popular.
We found that 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 1 open source maintainer 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.