@oncehub/eslint-config

2.1.3 • Public • Published

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'
  ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @oncehub/eslint-config

Weekly Downloads

599

Version

2.1.3

License

ISC

Unpacked Size

26.4 kB

Total Files

12

Last publish

Collaborators

  • oncehub.admin