The original repo has removed eslint-config-airbnb
dependency, this fork is no longer needed. :D
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.
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 */
};