@andgohq/eslint-config-ts

A shared Eslint config

Usage no npm install needed!

<script type="module">
  import andgohqEslintConfigTs from 'https://cdn.skypack.dev/@andgohq/eslint-config-ts';
</script>

README

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