Socket
Socket
Sign inDemoInstall

@qonto/eslint-config-typescript

Package Overview
Dependencies
2
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @qonto/eslint-config-typescript

ESLint TypeScript configuration.


Version published
Weekly downloads
85
increased by39.34%
Maintainers
2
Created
Weekly downloads
 

Changelog

Source

v1.0.0-rc.0 (2023-10-25)

:rocket: Enhancement
  • #1 feat: create and export custom ESLint TypeScript configuration (@vscav)
Committers: 1

Readme

Source

@qonto/eslint-config-typescript

A shared ESLint TypeScript configuration used at Qonto. It has TypeScript specific rules from @typescript-eslint/eslint-plugin.

Installation

@qonto/eslint-config-typescript has a few peer dependencies that need to be installed alongside:

Install @qonto/eslint-config-typescript and its peer dependencies:

pnpm add -D @qonto/eslint-config-typescript eslint typescript

You can use the package manager of your choice.

Usage

Here is an example of a .eslintrc.js file.

module.exports = {
  extends: ["eslint:recommended"],
  overrides: [
    files: ['*.ts'],
    extends: ["@qonto/eslint-config-typescript"],
  ]
};

Keywords

FAQs

Last updated on 25 Oct 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc