
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.
@borealisgroup/eslint-config
Advanced tools
ESLint config for JS linting.
env
: Browser and Node environmentparser
: usage of babel (babel-eslint parser)create-react-app
, you have to install eslint
Note: you can still overwrite the env
, globals
and parser
in your local .eslintrc.js
.
Using npm:
npm install --save-dev @borealisgroup/eslint-config
Create a file .eslintrc.js
at the root of your project:
module.exports = {
extends: '@borealisgroup',
};
If not already done, in your editor (e.g. VSCode):
The following plugins need to be tested before being added. From awesome-eslint:
This ESLint configuration can work together with prettier, thanks to eslint-plugin-prettier
Why do we need a shared coding style accross the company?
TL;DR - For consistency, productivity and happiness.
If you want to modify plugins or rules in your project, please submit a pull request instead of overwriting your local config.
For each addition, add a justification in this README.
FAQs
ESLint config for JS linting.
The npm package @borealisgroup/eslint-config receives a total of 91 weekly downloads. As such, @borealisgroup/eslint-config popularity was classified as not popular.
We found that @borealisgroup/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.