@atolye15/eslint-config-base-typescript

Atölye15's base TypeScript ESLint config, following our styleguide

Usage no npm install needed!

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

README

@atolye15/eslint-config-base-typescript

This package provides Atölye15's base TypeScript .eslintrc (without React plugins) as an extensible shared config.

Install

Install the correct versions of package.

Yarn

yarn add @atolye15/eslint-config-base-typescript --dev

Npm

npm install @atolye15/eslint-config-base-typescript --save-dev

Usage

// .eslintrc

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

Supported Rules

1. @atolye15/eslint-config-base

https://github.com/atolye15/javascript/tree/master/packages/eslint-config-base

2. @typescript-eslint

https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin