|
| 1 | +# eslint-config-typescript |
| 2 | + |
| 3 | +[shareable](https://eslint.org/docs/developer-guide/shareable-configs#shareable-configs) |
| 4 | +[ESLint](https://eslint.org) config for |
| 5 | +[TypeScript](https://www.typescriptlang.org/) projects |
| 6 | + |
| 7 | +<!--status-badges start --> |
| 8 | + |
| 9 | +[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link] |
| 10 | + |
| 11 | +<!--status-badges end --> |
| 12 | + |
| 13 | +## Table of Contents |
| 14 | + |
| 15 | +* [Usage](#usage) |
| 16 | + * [Installation](#installation) |
| 17 | + * [Example](#example) |
| 18 | +* [Contributing](#contributing) |
| 19 | + * [Dependencies](#dependencies) |
| 20 | + * [Verification](#verification) |
| 21 | + |
| 22 | +## Usage |
| 23 | + |
| 24 | +<!--consumer-badges start --> |
| 25 | + |
| 26 | +[![MIT license][license-badge]][license-link] |
| 27 | +[![npm][npm-badge]][npm-link] |
| 28 | + |
| 29 | +<!--consumer-badges end --> |
| 30 | + |
| 31 | +### Installation |
| 32 | + |
| 33 | +```sh |
| 34 | +$ npm install @form8ion/eslint-config-typescript --save-dev |
| 35 | +``` |
| 36 | + |
| 37 | +### Example |
| 38 | + |
| 39 | +```javascript |
| 40 | +const eslintConfigTypescript = require('.'); |
| 41 | +``` |
| 42 | + |
| 43 | +## Contributing |
| 44 | + |
| 45 | +<!--contribution-badges start --> |
| 46 | + |
| 47 | +[![PRs Welcome][PRs-badge]][PRs-link] |
| 48 | +[![Commitizen friendly][commitizen-badge]][commitizen-link] |
| 49 | +[![Conventional Commits][commit-convention-badge]][commit-convention-link] |
| 50 | +[![semantic-release][semantic-release-badge]][semantic-release-link] |
| 51 | +[![Renovate][renovate-badge]][renovate-link] |
| 52 | + |
| 53 | +<!--contribution-badges end --> |
| 54 | + |
| 55 | +### Dependencies |
| 56 | + |
| 57 | +```sh |
| 58 | +$ nvm install |
| 59 | +$ npm install |
| 60 | +``` |
| 61 | + |
| 62 | +### Verification |
| 63 | + |
| 64 | +```sh |
| 65 | +$ npm test |
| 66 | +``` |
| 67 | + |
| 68 | +[PRs-link]: http://makeapullrequest.com |
| 69 | + |
| 70 | +[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg |
| 71 | + |
| 72 | +[commitizen-link]: http://commitizen.github.io/cz-cli/ |
| 73 | + |
| 74 | +[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg |
| 75 | + |
| 76 | +[commit-convention-link]: https://conventionalcommits.org |
| 77 | + |
| 78 | +[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg |
| 79 | + |
| 80 | +[semantic-release-link]: https://github.com/semantic-release/semantic-release |
| 81 | + |
| 82 | +[semantic-release-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg |
| 83 | + |
| 84 | +[renovate-link]: https://renovatebot.com |
| 85 | + |
| 86 | +[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot |
| 87 | + |
| 88 | +[github-actions-ci-link]: https://github.com/form8ion/eslint-config-typescript/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster |
| 89 | + |
| 90 | +[github-actions-ci-badge]: https://github.com/form8ion/eslint-config-typescript/workflows/Node.js%20CI/badge.svg |
| 91 | + |
| 92 | +[license-link]: LICENSE |
| 93 | + |
| 94 | +[license-badge]: https://img.shields.io/github/license/form8ion/eslint-config-typescript.svg |
| 95 | + |
| 96 | +[npm-link]: https://www.npmjs.com/package/@form8ion/eslint-config-typescript |
| 97 | + |
| 98 | +[npm-badge]: https://img.shields.io/npm/v/@form8ion/eslint-config-typescript.svg |
0 commit comments