2.1.3 • Published 10 months ago

@oncehub/eslint-config v2.1.3

Weekly downloads
308
License
ISC
Repository
github
Last release
10 months ago

Introduction

ESLint configuration for micro-services built using Node.js and TypeScript.

The configuration extends @typescript-eslint/recommended, eslint-plugin-sonarjs, prettier ESLint configurations.

Installation

Using NPM

npm i --save-dev @oncehub/eslint-config

Using Yarn

yarn add --dev @oncehub/eslint-config

Usage

In your .eslintrc file, put @oncehub/eslint-config under extends array as shown below.

module.exports = {
  'extends': [
    '@oncehub/eslint-config'
  ]
};