eslint-plugin-stripe

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-stripe

Weekly Downloads

7

Version

1.0.3

License

MIT

Last publish

Collaborators

  • danwang