eslint-plugin-stripe
v1.0.3
Published
## Rules - Forbid use of the `function` keyword (`no-function-keyword`)
Readme
eslint-plugin-stripe
Rules
- Forbid use of the
functionkeyword (no-function-keyword)
Usage
Installation
yarn add eslint-plugin-stripeAdd the plugin and enable rules in your .eslintrc:
---
plugins:
- stripe
rules:
stripe/no-function-keyword: 2