Skip to content
Snippets Groups Projects
.nycrc 139 B
Newer Older
  • Learn to ignore specific revisions
  • Jay's avatar
    Jay committed
    {
    	"all": true,
    	"check-coverage": false,
    	"reporter": ["text-summary", "text", "html", "json"],
    	"exclude": [
    		"coverage",
    		"test"
    	]
    }