1.0.3 • Published 7 years ago

eslint-plugin-stripe v1.0.3

Weekly downloads
20
License
MIT
Repository
github
Last release
7 years ago

eslint-plugin-stripe

Rules

  • Forbid use of the function keyword (no-function-keyword)

Usage

Installation

yarn add eslint-plugin-stripe

Add the plugin and enable rules in your .eslintrc:

---
plugins:
  - stripe
rules:
  stripe/no-function-keyword: 2