This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
joepie91
/
pegjs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1222
Commits
2
Branches
0
Tags
6.6 MiB
Tree:
8bd4d390a9
master
redux
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8bd4d390a9'
${ noResults }
pegjs
/
.nycrc
12 lines
156 B
Raw
Normal View
History
Move nyc options to separate config
5 years ago
{
"exclude": [
"test",
"gulpfile.js",
"**/.eslintrc.js"
],
"reporter": [
"text",
"text-summary"
]
}