1.1.3 • Published 1 year ago

@commutatus/eslint-config v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Introduction

A Shareable ESLint Config by Commutatus.

Installation

npm install @commutatus/eslint-config

Usage

Extend the installed config in your .eslintrc file:

{
  "extends": "@commutatus/eslint-config"
}

You can omit eslint-config as well, since the directory / package name is eslint-config itself, this would be assumed by ESLint automatically.

{
  "extends": "@commutatus"
}

You can override settings from the shareable config by adding them directly into your .eslintrc file.