# no-arrowception

> ESLint rule preventing arrow functions that implicitly create arrow functions

Latest version **1.0.0** (published 2015-10-30) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install no-arrowception
pnpm add no-arrowception
yarn add no-arrowception
bun add no-arrowception
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-10-30 |
| First published | 2015-10-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Continuation Labs |
| Maintainers | cjihrig |
| Keywords | eslint, rule, arrow, function, arrow function |

## Links

- npm: https://www.npmjs.com/package/no-arrowception
- Repository: https://github.com/continuationlabs/no-arrowception
- Issues: https://github.com/continuationlabs/no-arrowception/issues
- npm.io page: https://npm.io/package/no-arrowception

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-10-30

## README

# no-arrowception

[![Current Version](https://img.shields.io/npm/v/no-arrowception.svg)](https://www.npmjs.org/package/no-arrowception)
[![Build Status via Travis CI](https://travis-ci.org/continuationlabs/no-arrowception.svg?branch=master)](https://travis-ci.org/continuationlabs/no-arrowception)
![Dependencies](http://img.shields.io/david/continuationlabs/no-arrowception.svg)

ESLint rule preventing arrow functions that implicitly create arrow functions. This rule prevents the pattern `() => () => () => ...;`. This rule does not accept any configuration options.

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