UNPKG

eslint-config-airbnb-typescript-prettier

Version:
31 lines (21 loc) 1.12 kB
# eslint-config-airbnb-typescript-prettier [![npm version][npm-image]][npm-url] [![Check Projects](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/actions/workflows/check.yml/badge.svg)](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/actions/workflows/check.yml) ![License][license] Airbnb's ESLint config with TypeScript and Prettier support. # How to use Install `typescript`, `eslint` and `prettier`, `eslint-config-airbnb-typescript-prettier` and put it into your `.eslintrc.js`. ```bash $ npm install typescript eslint prettier eslint-config-airbnb-typescript-prettier --save-dev ``` `.eslintrc.js` ```js module.exports = { extends: "airbnb-typescript-prettier" }; ``` ## License Open source [licensed as MIT](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/blob/master/LICENSE). [npm-image]: https://img.shields.io/npm/v/eslint-config-airbnb-typescript-prettier.svg [npm-url]: https://npmjs.org/package/eslint-config-airbnb-typescript-prettier [license]: https://img.shields.io/npm/l/eslint-config-airbnb-typescript-prettier.svg