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.
@paleite/eslint-config
Advanced tools
This package includes @paleite's shareable ESLint configuration.
$ yarn add -D @paleite/eslint-config
.eslintrc
:
{ "extends": ["@paleite"] }
NB: If you're using this config for a TypeScript project, make sure you also follow the TypeScript-instructions
No additional steps necessary.
You must define the absolute path to each tsconfig.json
-file in the
parserOptions.project
property. Prefer using globs over specifying each folder
explicitly, because specifying each one individually makes the linter perform a
lot slower.
eslint.config.js
:
module.exports = {
extends: ["@paleite"],
parserOptions: {
project: ["./packages/*/tsconfig.json", "./tsconfig.eslint.json"],
tsconfigRootDir: __dirname,
},
};
For more information on how to use this, see @typescript-eslint's official documentation
FAQs
@paleite's ESLint config
The npm package @paleite/eslint-config receives a total of 36 weekly downloads. As such, @paleite/eslint-config popularity was classified as not popular.
We found that @paleite/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
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.