
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.
@beyonk/eslint-config
Advanced tools
Beyonk ESLint rules
Installation:
pnpm i --save-dev eslint @beyonk/eslint-config
Create an eslint.config.mjs file in the root directory of your project, or monorepo.
If you want specific rules for a project within the monorepo, create this file there, too, and customise it as required.
Config files don't inherit from their parents.
import recommended from '@beyonk/eslint-config/recommended'
export default [
...recommended
]
There are multiple config types within the project that you can use. Look in package.json/exports
for a comprehensive list:
import recommended from '@beyonk/eslint-config/recommended'
import svelte from '@beyonk/eslint-config/svelte'
export default [
...svelte
]
To release a new version, check out the code on your local machine, then:
pnpm version minor
git push && git push --tags
Where minor
is a sensible default for rule changes which will impact existing projects.
FAQs
Eslint config for beyonk
The npm package @beyonk/eslint-config receives a total of 144 weekly downloads. As such, @beyonk/eslint-config popularity was classified as not popular.
We found that @beyonk/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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.