Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nautical-commerce/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nautical-commerce/eslint-config

There are several base configs to use in this package:

  • 0.7.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

eslint-config-nautical

There are several base configs to use in this package:

  1. @nautical-commerce: The base configuration for plain JS applications
  2. @nautical-commerce/eslint-config/dist/next: Configuration for Next.js apps
  3. @nautical-commerce/eslint-config/dist/prettier: Configuration for prettier as ESLint rules.
  4. @nautical-commerce/eslint-config/dist/react: Configuration for React libraries
  5. @nautical-commerce/eslint-config/dist/turbo: Configuration for turborepo monorepos
  6. @nautical-commerce/eslint-config/dist/typescript: Configuration for Typescript based libraries

IMPORTANT

As 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

Package last updated on 24 Oct 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc