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

@nautical-commerce/eslint-config-nautical

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nautical-commerce/eslint-config-nautical

There are several base configs to use in this package:

  • 0.1.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

eslint-config-nautical

There are several base configs to use in this package:

  1. nautical: The base configuration for plain JS applications
  2. nautical/dist/next: Configuration for Next.js apps
  3. nautical/dist/react: Configuration for React libraries
  4. nautical/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"],
  // ... your usual eslint config here
};

FAQs

Package last updated on 19 Dec 2022

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