Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

andgohq/eslint-config-ts

Repository files navigation

This product is deprecated.

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

About

A shared Eslint config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published