Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endemolshinegroup/tslint-config
TSLint config for Endemol Shine Group repositories
https://github.com/endemolshinegroup/tslint-config
tslint tslint-config
Last synced: about 2 months ago
JSON representation
TSLint config for Endemol Shine Group repositories
- Host: GitHub
- URL: https://github.com/endemolshinegroup/tslint-config
- Owner: EndemolShineGroup
- License: mit
- Created: 2018-10-07T22:25:12.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-09T10:28:43.000Z (about 2 years ago)
- Last Synced: 2024-08-09T06:38:35.861Z (5 months ago)
- Topics: tslint, tslint-config
- Language: TypeScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
![Banner][icon-banner]
[![MIT Licensed][icon-license]][link-license]
[![NPM Version][icon-npm]][link-npm]
[![Build Status][icon-ci]][link-ci]
[![Greenkeeper Status][icon-greenkeeper]][link-greenkeeper][![Code Issues][icon-issues]][link-issues]
[![Codebase Maintainability][icon-maintainability]][link-maintainability]
[![Test Coverage][icon-coverage]][link-coverage]
[![Jest][icon-jest]][link-jest][![Commitizen][icon-commitizen]][link-commitizen]
[![Semantic Release][icon-semantic-release]][link-semantic-release]
[![Prettier][icon-prettier]][link-prettier]TSLint config for Endemol Shine Group repositories
## Installation
```bash
yarn add -D @endemolshinegroup/tslint-config
```## Usage
Add the following to your project's `tslint.json`:
```json
{
"extends": "@endemolshinegroup/tslint-config"
}
```Then run:
```bash
$(yarn bin)/tslint
```[icon-banner]: docs/assets/banner.png
[icon-license]: https://img.shields.io/github/license/EndemolShineGroup/tslint-config.svg?longCache=true&style=flat-square
[link-license]: LICENSE
[icon-npm]: https://img.shields.io/npm/v/@endemolshinegroup/tslint-config.svg?longCache=true&style=flat-square
[link-npm]: https://www.npmjs.com/package/@endemolshinegroup/tslint-config
[icon-ci]: https://img.shields.io/travis/com/EndemolShineGroup/tslint-config.svg?longCache=true&style=flat-square
[link-ci]: https://travis-ci.com/EndemolShineGroup/tslint-config
[icon-greenkeeper]: https://img.shields.io/badge/greenkeeper-enabled-brightgreen.svg?longCache=true&style=flat-square
[link-greenkeeper]: https://greenkeeper.io/[icon-issues]: https://img.shields.io/codeclimate/issues/EndemolShineGroup/tslint-config.svg?longCache=true&style=flat-square
[link-issues]: https://codeclimate.com/github/EndemolShineGroup/tslint-config/issues
[icon-maintainability]: https://img.shields.io/codeclimate/maintainability/EndemolShineGroup/tslint-config.svg?longCache=true&style=flat-square
[link-maintainability]: https://codeclimate.com/github/EndemolShineGroup/tslint-config
[icon-coverage]: https://img.shields.io/codecov/c/github/EndemolShineGroup/tslint-config/develop.svg?longCache=true&style=flat-square
[link-coverage]: https://codecov.io/gh/EndemolShineGroup/tslint-config[icon-jest]: https://img.shields.io/badge/tested_with-jest-99424f.svg?longCache=true&style=flat-square
[link-jest]: https://jestjs.io/[icon-commitizen]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?longCache=true&style=flat-square
[link-commitizen]: http://commitizen.github.io/cz-cli/
[icon-semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?longCache=true&style=flat-square
[link-semantic-release]: https://semantic-release.gitbooks.io/semantic-release/
[icon-prettier]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?longCache=true&style=flat-square
[link-prettier]: https://prettier.io/