
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
eslint-config-inferno-app
Advanced tools
This package includes the shareable ESLint configuration used by Create Inferno App.
The easiest way to use this configuration is with Create Inferno App, which includes it by default.
You don’t need to install it separately in Create Inferno App projects.
If you want to use this ESLint configuration in a project not built with Create Inferno App, you can install it with the following steps.
First, install this package and ESLint.
npm install --save-dev eslint-config-inferno-app eslint@^8.0.0
Then create a file named .eslintrc.json
with following contents in the root folder of your project:
{
"extends": "inferno-app"
}
That's it! You can override the settings from eslint-config-inferno-app
by editing the .eslintrc.json
file. Learn more about configuring ESLint on the ESLint website.
This config also ships with optional Jest rules for ESLint (based on eslint-plugin-jest
).
You can enable these rules by adding the Jest config to the extends
array in your ESLint config.
The following rules from the eslint-plugin-jsx-a11y plugin are activated:
If you want to enable even more accessibility rules, you can create an .eslintrc.json
file in the root of your project with this content:
{
"extends": [
"eslint:recommended",
"plugin:inferno/recommended",
"plugin:jsx-a11y/recommended"
],
"plugins": ["jsx-a11y"]
}
However, if you are using Create Inferno App and have not ejected, any additional rules will only be displayed in the IDE integrations, but not in the browser or the terminal.
FAQs
ESLint configuration used by Create Inferno App
The npm package eslint-config-inferno-app receives a total of 8 weekly downloads. As such, eslint-config-inferno-app popularity was classified as not popular.
We found that eslint-config-inferno-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.