Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier
- Owner: toshi-toma
- License: mit
- Created: 2019-06-16T07:24:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T13:32:14.000Z (6 months ago)
- Last Synced: 2024-05-16T01:11:05.175Z (6 months ago)
- Language: JavaScript
- Size: 478 KB
- Stars: 137
- Watchers: 3
- Forks: 22
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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