Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

@matterlabs/eslint-config-typescript

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matterlabs/eslint-config-typescript

This package provides Matter Labs's .eslintrc as an extensible shared typescript config

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
7.3K
-27.41%
Maintainers
1
Weekly downloads
 
Created
Source

README

@matterlabs/eslint-config-typescript

This package provides Matter Labs's .eslintrc as an extensible shared typescript config.

📖 Description

Leverage Matter Labs's standard eslint configuration for your TypeScript projects. This configuration is built on top of several reputable configurations and plugins, and it's been tailored to fit Matter Labs's style and preferences.

📦 Installation

To use the @matterlabs/eslint-config-typescript, first install the package:

npm i -D @matterlabs/eslint-config-typescript

or with yarn:

yarn add @matterlabs/eslint-config-typescript -D

🚀 Usage

Once installed, add it to your .eslintrc or eslint.config.js:

{
  "extends": ["@matterlabs/eslint-config-typescript"]
}

📜 Rules Overview

Here's a quick overview of some of the primary rules:

  • Semicolons: Always required.
  • Quotes: Double quotes are mandatory.
  • No Console & No Debugger: Warnings in development, errors in production.
  • TypeScript Consistent Type Imports: Prefer type-imports.
  • Import Order: Specific ordering with groups and ascending alphabetization.

For a detailed list of all rules, please refer to the source configuration

⚙️ Peer Dependencies

  • @typescript-eslint/eslint-plugin: ^6.5.0
  • @typescript-eslint/parser: ^6.5.0
  • eslint: ^8.48.0
  • eslint-plugin-import: ^2.28.1

🙌 Contributing

If you find any issues or have suggestions, feel free to open an issue or a pull request in the repository.

📜 License

This project is licensed under MIT and APACHE 2.0.

Keywords

eslint

FAQs

Package last updated on 29 Aug 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