
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@borealisgroup/eslint-config
Advanced tools
ESLint config for JS linting.
react or node environmentjest as the test-suite (if any)create-react-app, you have to install eslintNote: you can still overwrite the env, globals and parser in your local .eslintrc.js.
Using npm:
yarn -D @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):
babel-eslintairbnb: one of the most widely used code styles for ECMAScript 6+ and React.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 general rules in your project, please submit a pull request with a justification instead of overwriting your local config.
See awesome-eslint for more plugins.
FAQs
ESLint config for JS linting.
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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies