# eslint-plugin-financial

> Awesome ESLint rules for financial scenarios.

Latest version **0.1.0** (published 2020-03-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-financial
pnpm add eslint-plugin-financial
yarn add eslint-plugin-financial
bun add eslint-plugin-financial
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2020-03-14 |
| First published | 2020-03-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 9.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ULIVZ |
| Maintainers | ulivz |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-financial
- Repository: https://github.com/richlab/eslint-plugin-financial
- Homepage: https://github.com/richlab/eslint-plugin-financial#readme
- Issues: https://github.com/richlab/eslint-plugin-financial/issues
- npm.io page: https://npm.io/package/eslint-plugin-financial

## Recent versions

- 0.1.0 (latest) — 2020-03-14
- 0.0.4 — 2020-03-13
- 0.0.3 — 2020-03-13
- 0.0.2 — 2020-03-13
- 0.0.1 — 2020-03-13

## README

# eslint-plugin-financial

[![NPM version](https://img.shields.io/npm/v/eslint-plugin-financial.svg?style=flat)](https://npmjs.com/package/eslint-plugin-financial) [![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-financial.svg?style=flat)](https://npmjs.com/package/eslint-plugin-financial) ![Node.js CI](https://github.com/rich-lab/eslint-plugin-financial/workflows/Node.js%20CI/badge.svg) [![codecov](https://codecov.io/gh/rich-lab/eslint-plugin-financial/branch/master/graph/badge.svg)](https://codecov.io/gh/rich-lab/eslint-plugin-financial)


## Install

```bash
npm install eslint-plugin-financial --save-dev
```

## Usage

Configure it in `package.json`.

```json
{
  "name": "my-world",
  "eslintConfig": {
    "env": {
      "es6": true
    },
    "parserOptions": {
      "ecmaVersion": 2020,
      "sourceType": "module"
    },
    "plugins": [
      "financial"
    ],
    "rules": {
      "financial/no-float-calculation": "error",
      "financial/no-division": "error"
    }
  }
}
```

## Rules

[no-float-calculation](https://github.com/ulivz/eslint-plugin-financial/blob/master/docs/rules/no-float-calculation.md) - Disallow floating point calculation.

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D


## Author

**eslint-plugin-financial** © [ULIVZ](https://github.com/ulivz), Released under the [MIT](./LICENSE) License.<br>

---
_Source: https://npm.io/package/eslint-plugin-financial · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
