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

@carry0987/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carry0987/eslint-config

Unified ESLint configurations for Remix, NestJS and more. Using ESM.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

ESLint-Config

NPM

Introduction

@carry0987/eslint-config is a customizable ESLint configuration package designed to streamline and standardize linting across multiple JavaScript frameworks such as Remix, NestJS and more. By centralizing common ESLint configurations and extending specific rules per framework, this package helps maintain consistent coding standards and improves developer productivity.

Features

  • Base Configuration: A shared base configuration adhering to ESLint's recommended rules.
  • Framework-Specific Configurations: Tailored configurations for Remix, NestJS and more to address framework-specific linting needs.
  • ESM Support: Utilizes modern ECMAScript Module syntax for better compatibility.
  • TypeScript Support: Seamless integration with TypeScript projects.

Installation

Install the package via pnpm:

pnpm add @carry0987/eslint-config

Usage

In your project's root, create an eslint.config.mjs file and extend the necessary configuration:

  • Remix

    import { remixConfig } from '@carry0987/eslint-config';
    export default {
      extends: remixConfig
    };
    
  • NestJS

    import { nestConfig } from '@carry0987/eslint-config';
    export default {
      extends: nestConfig
    };
    

By using @carry0987/eslint-config, you can ensure consistent and efficient linting practices across all your JavaScript projects.

Keywords

FAQs

Package last updated on 04 Jul 2024

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