An open API service indexing awesome lists of open source software.

https://github.com/braintree/webhint-configuration-braintree-sdk

Beta Webhint configuration for Braintree's sdk-related packages
https://github.com/braintree/webhint-configuration-braintree-sdk

Last synced: 5 months ago
JSON representation

Beta Webhint configuration for Braintree's sdk-related packages

Awesome Lists containing this project

README

          

__NOTE:__ this project is in beta, do not install or rely on it yet.

# Braintree's SDK-specific webhint configuration

## Install

```bash
npm i -D @braintree/hint-configuration-braintree-sdk
```

Add this to your .hintrc and enjoy your shortcut to adding each hint & package individually.

```json
{
"extends": ["braintree-sdk"]
}
```