@commutatus/eslint-config

1.1.3 • Public • Published

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.

Package Sidebar

Install

npm i @commutatus/eslint-config

Weekly Downloads

6

Version

1.1.3

License

ISC

Unpacked Size

2.33 kB

Total Files

5

Last publish

Collaborators

  • gurpal_singh
  • mkv