
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.
@nautical-commerce/eslint-config
Advanced tools
eslint-config-nautical
There are several base configs to use in this package:
@nautical-commerce
: The base configuration for plain JS applications@nautical-commerce/eslint-config/dist/next
: Configuration for Next.js apps@nautical-commerce/eslint-config/dist/prettier
: Configuration for prettier
as ESLint rules.@nautical-commerce/eslint-config/dist/react
: Configuration for React libraries@nautical-commerce/eslint-config/dist/turbo
: Configuration for turborepo monorepos@nautical-commerce/eslint-config/dist/typescript
: Configuration for Typescript based librariesAs this config uses plugins you'll need to make sure you setup your eslint config to use @rushstack/eslint-patch
to make sure that the plugin modules are properly resolved.
e.g.
// This needs to be included for plugin modules to be resolved properly
require("@rushstack/eslint-patch/modern-module-resolution");
module.exports = {
extends: ["@nautical-commerce"],
// ... your usual eslint config here
};
FAQs
There are several base configs to use in this package:
We found that @nautical-commerce/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.