]> git.proxmox.com Git - pve-eslint.git/blob - eslint/.nycrc
bump version to 8.4.0-3
[pve-eslint.git] / eslint / .nycrc
1 {
2 "include": [
3 "bin/**/*.js",
4 "conf/**/*.js",
5 "lib/**/*.js"
6 ],
7 "reporter": [
8 "lcov",
9 "text-summary",
10 "cobertura"
11 ],
12 "sourceMap": true
13 }