2.5.1 • Published 7 months ago

eslint-config-pandora-typescript v2.5.1

Weekly downloads
48
License
MIT
Repository
github
Last release
7 months ago

eslint-config-pandora-typescript

typescript eslint for team

Installation

npm i eslint-config-pandora-typescript --save-dev

Usage

Add pandora-typescript to the extends section of your .eslintrc configuration file. You can omit the eslint-config- prefix:

module.exports = {
    extends: [
        'pandora-typescript',
    ],
};