@nonsensebb/eslint-config-typescript

Typescript shareable eslint config by NonsenseBB

Usage no npm install needed!

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

README

@nonsensebb/eslint-config-typescript

npm version

A shareable config for Typescript projects by NonsenseBB

Installation

First, install eslint and other peer dependencies, if you haven't done so yet via npm:

npm install --save-dev typescript eslint eslint-plugin-import eslint-plugin-promise @typescript-eslint/eslint-plugin @typescript-eslint/parser

and then you can install the config:

npm install --save-dev @nonsensebb/eslint-config-typescript

Usage

If you've installed @nonsensebb/eslint-config-typescript locally within your project, just set your eslint config to:

{
  "extends": ["@nonsensebb/eslint-config-typescript"]
}

License