Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

mgenware/eslint-config-airbnb-typescript-lite

 
 

Repository files navigation

Deprecated

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

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 */
};

About

Airbnb's ESLint config with TypeScript support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%