|
1 |
| -# eslint-config-airbnb-typescript-prettier |
| 1 | +# eslint-config-airbnb-base-typescript-prettier |
2 | 2 |
|
3 | 3 | [![npm version][npm-image]][npm-url]
|
4 |
| -[![build status][circleci-image]][circleci-url] |
5 | 4 | ![License][license]
|
6 | 5 |
|
7 |
| -Airbnb's ESLint config with TypeScript and Prettier support. |
| 6 | +Airbnb's **base** ESLint config with TypeScript and Prettier support. |
| 7 | + |
| 8 | +[Always up-to-date](https://github.com/wei/pull) with it's |
| 9 | +[upstream](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier). |
8 | 10 |
|
9 | 11 | # How to use
|
10 |
| -Install `typescript`, `eslint` and `prettier`, `eslint-config-airbnb-typescript-prettier` and put it into your `.eslintrc.js`. |
| 12 | +Install `typescript`, `eslint` and `prettier`, `eslint-config-airbnb-base-typescript-prettier` and put it into your `.eslintrc.js`. |
11 | 13 |
|
12 | 14 | ```bash
|
13 |
| -$ npm install [email protected] eslint@^6.8.0 prettier@^1.18.2 eslint-config-airbnb-typescript-prettier --save-dev |
| 15 | +$ npm install [email protected] eslint@^6.8.0 prettier@^1.18.2 eslint-config-airbnb- base-typescript-prettier --save-dev |
14 | 16 | ```
|
15 | 17 |
|
16 | 18 | `.eslintrc.js`
|
17 | 19 |
|
18 | 20 | ```js
|
19 | 21 | module.exports = {
|
20 |
| - extends: "airbnb-typescript-prettier" |
| 22 | + extends: "airbnb-base-typescript-prettier" |
21 | 23 | };
|
22 | 24 | ```
|
23 | 25 |
|
24 | 26 | ## License
|
25 | 27 |
|
26 |
| -Open source [licensed as MIT](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/blob/master/LICENSE). |
| 28 | +Open source [licensed as MIT](https://github.com/datacrafts-io/eslint-config-airbnb-base-typescript-prettier/blob/master/LICENSE). |
27 | 29 |
|
28 |
| -[npm-image]: https://img.shields.io/npm/v/eslint-config-airbnb-typescript-prettier.svg |
29 |
| -[npm-url]: https://npmjs.org/package/eslint-config-airbnb-typescript-prettier |
30 |
| -[license]: https://img.shields.io/npm/l/eslint-config-airbnb-typescript-prettier.svg |
31 |
| -[circleci-image]: https://circleci.com/gh/toshi-toma/eslint-config-airbnb-typescript-prettier.svg?style=shield |
32 |
| -[circleci-url]: https://circleci.com/gh/toshi-toma/eslint-config-airbnb-typescript-prettier |
| 30 | +[npm-image]: https://img.shields.io/npm/v/eslint-config-airbnb-base-typescript-prettier.svg |
| 31 | +[npm-url]: https://npmjs.org/package/eslint-config-airbnb-base-typescript-prettier |
| 32 | +[license]: https://img.shields.io/npm/l/eslint-config-airbnb-base-typescript-prettier.svg |
0 commit comments