Skip to content

Commit 353baef

Browse files
author
Rebecca Stevens
committed
docs(readme): convert html to markdown where possible
1 parent f1cd721 commit 353baef

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<div align="center">
2-
<img width="150" height="150" src="docs/assets/eslint-logo.svg">
3-
4-
<h1>eslint-plugin-functional</h1>
5-
<p>
6-
<a href="https://www.npmjs.com/package/eslint-plugin-functional"><img alt="npm version" src="https://img.shields.io/npm/v/eslint-plugin-functional.svg?style=flat"></a>
7-
<a href="https://travis-ci.com/jonaskello/eslint-plugin-functional"><img alt="travis build" src="https://travis-ci.com/jonaskello/eslint-plugin-functional.svg?branch=master&amp;style=flat"></a>
8-
<a href="https://codecov.io/gh/jonaskello/eslint-plugin-functional"><img alt="Coverage Status" src="https://codecov.io/gh/jonaskello/eslint-plugin-functional/branch/master/graph/badge.svg"></a>
9-
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat"></a>
10-
<a href="https://opensource.org/licenses/MIT"><img alt="MIT license" src="https://img.shields.io/github/license/jonaskello/eslint-plugin-functional.svg?style=flat"></a>
11-
<a href="https://spectrum.chat/eslint-functional"><img alt="Join the community on Spectrum" src="https://withspectrum.github.io/badge/badge.svg"></a>
12-
</p>
13-
<p>An <a href="http://eslint.org">ESLint</a> plugin to disable mutation and promote functional programming in JavaScript and TypeScript.</p>
2+
3+
![eslint-logo](docs/assets/eslint-logo.svg)
4+
5+
# eslint-plugin-functional
6+
7+
[![npm version](https://img.shields.io/npm/v/eslint-plugin-functional.svg?style=flat)](https://www.npmjs.com/package/eslint-plugin-functional)
8+
[![travis build](https://travis-ci.com/jonaskello/eslint-plugin-functional.svg?branch=master&amp;style=flat)](https://travis-ci.com/jonaskello/eslint-plugin-functional)
9+
[![Coverage Status](https://codecov.io/gh/jonaskello/eslint-plugin-functional/branch/master/graph/badge.svg)](https://codecov.io/gh/jonaskello/eslint-plugin-functional)
10+
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)
11+
[![MIT license](https://img.shields.io/github/license/jonaskello/eslint-plugin-functional.svg?style=flat)](https://opensource.org/licenses/MIT)
12+
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/eslint-functional)
13+
14+
An [ESLint](http://eslint.org) plugin to disable mutation and promote functional programming in JavaScript and TypeScript.
15+
1416
</div>
1517

1618
> :wave: If you previously used the rules in [tslint-immutable](https://www.npmjs.com/package/tslint-immutable), this package is the eslint version of those rules. Please see the [migration guide](docs/user-guide/migrating-from-tslint.md) for how to migrate.

0 commit comments

Comments
 (0)