
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@solid/eslint-config-base
Advanced tools
Solid defaults for eslinting.
npm install --save-dev @solid/eslint-config-base
npx install-peerdeps -D @solid/eslint-config-base
@solid/eslint-config-base
from .eslintrc.js
printf 'module.exports = {\n extends: [ "@solid/eslint-config-base" ]\n};\n' > .eslintrc.js
TypeScript configuration files need to match the ./**/tsconfig.*json
glob pattern adopted
by Solid's ESLint base configuration.
All TypeScript files must be included in a tsconfig
.
A common error is missing a tsconfig
for tests.
Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: <TEST_FILE>
The file must be included in at least one of the projects provided.
To fix it, extend tsconfig.json
from a tsconfig.test.json
that includes the test
folder.
printf '{\n "extends": "./tsconfig.json",\n "include": [ "test" ]\n}\n' > tsconfig.test.json
FAQs
Solid defaults for eslinting.
The npm package @solid/eslint-config-base receives a total of 472 weekly downloads. As such, @solid/eslint-config-base popularity was classified as not popular.
We found that @solid/eslint-config-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 17 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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.