Socket
Socket
Sign inDemoInstall

@drieam/eslint-config-drieam

Package Overview
Dependencies
8
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @drieam/eslint-config-drieam

[![npm](https://img.shields.io/npm/v/@drieam/eslint-config-drieam.svg?maxAge=3600)](https://www.npmjs.com/package/@drieam/eslint-config-drieam)


Version published
Maintainers
5
Created

Readme

Source

npm

@drieam/eslint-config-drieam

This package provides Drieam's .eslintrc as an extensible shared config. This package is based on Airbnb's configuration.

Usage

{
  "extends": [
    "@drieam/eslint-config-drieam"
  ],
  "settings": {
    "import/resolver": {
      // use <root>/tsconfig.json
      "typescript": {},
    }
  },
  "ignorePatterns": [
    "node_modules/",
    "lib/",
    "es/",
  ]
}

FAQs

Last updated on 14 May 2024

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