13.0.1 • Published 2 years ago

eslint-config-airbnb-typescript-lite v13.0.1

Weekly downloads
182
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

13.0.1

2 years ago

12.1.3

3 years ago

12.1.2

3 years ago

12.1.1

3 years ago

12.0.0

4 years ago

10.0.1

4 years ago

9.1.0

4 years ago

9.0.0

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago