Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@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:
The npm package @nautical-commerce/eslint-config receives a total of 13 weekly downloads. As such, @nautical-commerce/eslint-config popularity was classified as not popular.
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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.