1.6.0 • Published 3 years ago

@andgohq/eslint-config-ts v1.6.0

Weekly downloads
25
License
MIT
Repository
github
Last release
3 years ago

A shared Eslint config

Installation

# peer dependencies
npm insatll --save-dev @typescript-eslint/eslint-plugin
# install
npm install --save-dev @andgohq/eslint-config-ts

Usage

In eslint config,

  "extends": "@andgohq/eslint-config-ts"

Or in .eslintrc.js,

module.exports = {
  extends: '@andgohq/eslint-config-ts',
};

See https://eslint.org/docs/developer-guide/shareable-configs