|
1 | 1 | <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&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 | + |
| 4 | + |
| 5 | +# eslint-plugin-functional |
| 6 | + |
| 7 | +[](https://www.npmjs.com/package/eslint-plugin-functional) |
| 8 | +[](https://travis-ci.com/jonaskello/eslint-plugin-functional) |
| 9 | +[](https://codecov.io/gh/jonaskello/eslint-plugin-functional) |
| 10 | +[](https://github.com/prettier/prettier) |
| 11 | +[](https://opensource.org/licenses/MIT) |
| 12 | +[](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 | + |
14 | 16 | </div>
|
15 | 17 |
|
16 | 18 | > :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