eslint-config-pandora-typescript

typescript eslint for team

Usage no npm install needed!

<script type="module">
  import eslintConfigPandoraTypescript from 'https://cdn.skypack.dev/eslint-config-pandora-typescript';
</script>

README

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