This package has been deprecated

Author message:

The original repo has removed eslint-config-airbnb dependency, this fork is no longer needed.

eslint-config-airbnb-typescript-lite

13.0.1 • Public • Published

eslint-config-airbnb-typescript-lite

Build Status npm version Node.js Version

Fork of https://github.com/iamturns/eslint-config-airbnb-typescript. Removed eslint-config-airbnb as a dependency.

If you have any questions regarding ESLint rules, please file issues or PRs to the original repo.

Usage

Install eslint-config-airbnb-typescript-lite and its peer dependencies:

yarn add eslint-config-airbnb-typescript-lite eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin -D

Use this fork in .eslintrc.js:

module.exports = {
  extends: ['airbnb-typescript-lite', 'plugin:@typescript-eslint/recommended'],
  /** Omitted for simplicity */
};

/eslint-config-airbnb-typescript-lite/

    Package Sidebar

    Install

    npm i eslint-config-airbnb-typescript-lite

    Weekly Downloads

    1,416

    Version

    13.0.1

    License

    MIT

    Unpacked Size

    18.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • mgenware