Skip to content

Commit

Permalink
Merge pull request #187 from SuperITMan/feature/add-badges-latest-sup…
Browse files Browse the repository at this point in the history
…ported-versions

docs(all): add badges in README file with latest supported version for each library supported by code-style
  • Loading branch information
nicanac authored Mar 9, 2021
2 parents 94d9261 + b625b46 commit 18ae861
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ This package hosts style configuration useful in Front-End development at the [N

It currently provides the following configurations:

- [codelyzer](https://github.com/mgechev/codelyzer): in [lib/codelyzer](/lib/codelyzer/README.md)
- [Prettier](https://github.com/prettier/prettier): in [lib/prettier](/lib/prettier/README.md)
- [stylelint](https://github.com/stylelint/stylelint): in [lib/stylelint](/lib/stylelint/README.md)
- [TSLint](https://github.com/palantir/tslint): in [lib/tslint](/lib/tslint/README.md)
- [Typescript](https://github.com/microsoft/typescript): in [lib/tsconfig](/lib/tsconfig/README.md)
| Library | Path | Latest supported version |
| ----------------------------------------------------- | ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| [codelyzer](https://github.com/mgechev/codelyzer) | [lib/codelyzer](/lib/codelyzer/README.md) | ![codelyzer version](https://img.shields.io/npm/dependency-version/@nationalbankbelgium/code-style/dev/codelyzer) |
| [Prettier](https://github.com/prettier/prettier) | [lib/prettier](/lib/prettier/README.md) | ![Prettier version](https://img.shields.io/npm/dependency-version/@nationalbankbelgium/code-style/dev/prettier) |
| [stylelint](https://github.com/stylelint/stylelint) | [lib/stylelint](/lib/stylelint/README.md) | ![stylelint version](https://img.shields.io/npm/dependency-version/@nationalbankbelgium/code-style/dev/stylelint) |
| [TSLint](https://github.com/palantir/tslint) | [lib/tslint](/lib/tslint/README.md) | ![TSLint version](https://img.shields.io/npm/dependency-version/@nationalbankbelgium/code-style/dev/tslint) |
| [Typescript](https://github.com/microsoft/typescript) | [lib/tsconfig](/lib/tsconfig/README.md) | ![Typescript version](https://img.shields.io/npm/dependency-version/@nationalbankbelgium/code-style/dev/typescript) |

## Installation

Expand Down

0 comments on commit 18ae861

Please sign in to comment.