https://github.com/starryinternet/nyc-config-starry
https://github.com/starryinternet/nyc-config-starry
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/starryinternet/nyc-config-starry
- Owner: StarryInternet
- Created: 2020-02-12T14:33:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T15:11:45.000Z (over 6 years ago)
- Last Synced: 2025-03-18T06:23:38.394Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nyc-config-starry
Starry's sharable nyc config.
## Usage
```json
{
"devDependencies": {
"nyc-config-starry": ""
},
"nyc": {
"extends": "@starryinternet/nyc-config-starry"
}
}
```
See [the nyc docs](https://www.npmjs.com/package/nyc#adding-your-overrides) for more information about how to configure nyc.