Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier

Airbnb's ESLint config with TypeScript and Prettier support
https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier

Last synced: 14 days ago
JSON representation

Airbnb's ESLint config with TypeScript and Prettier support

Awesome Lists containing this project

README

        

# 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