
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
@ifshizuku/eslint-config
Advanced tools
Thanks to so1ve for helping this project's construction
Forked from @antfu/eslint-config
TypeScript formatter made use of eslint-plugin-typescript-formatter
Check out Split packages if you only need one framework or zero
pnpm add @ifshizuku/eslint-config -D
Then add to .eslintrc:
{
"extends": "@ifshizuku"
}
{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"html",
"markdown",
"json",
"jsonc",
"yaml",
"svelte"
]
}
pnpm add @ifshizuku/eslint-config-vanilla -D
Then add to .eslintrc:
{
"extends": "@ifshizuku/vanilla"
}
pnpm add @ifshizuku/eslint-config-react -D
Then add to .eslintrc:
{
"extends": "@ifshizuku/react"
}
pnpm add @ifshizuku/eslint-config-vue -D
Then add to .eslintrc:
{
"extends": "@ifshizuku/vue"
}
pnpm add @ifshizuku/eslint-config-solid -D
Then add to .eslintrc:
{
"extends": "@ifshizuku/solid"
}
pnpm add @ifshizuku/eslint-config-svelte -D
Then add to .eslintrc:
{
"extends": "@ifshizuku/svelte"
}
FAQs
Shizuku's ESLint Config
We found that @ifshizuku/eslint-config 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
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.