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
- Host: GitHub
- URL: https://github.com/braintree/webhint-configuration-braintree-sdk
- Owner: braintree
- Created: 2019-06-22T02:09:56.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T02:19:34.000Z (about 3 years ago)
- Last Synced: 2025-06-25T10:53:54.832Z (about 1 year ago)
- Homepage:
- Size: 2.52 MB
- Stars: 1
- Watchers: 13
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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"]
}
```