Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
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:

latest
npmnpm
Version
0.7.1
Version published
Maintainers
5
Created
Source

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 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