
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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 2,702 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.