
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@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 105 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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.