UNPKG

213 BJSONView Raw
1{
2 "include": [
3 "rules/*.js"
4 ],
5 "exclude": [
6 "rules/index.js"
7 ],
8 "extension": [
9 ".js"
10 ],
11 "reporter": [
12 "text-summary",
13 "html",
14 "lcov"
15 ],
16 "sourceMap": true,
17 "all": true
18}