jellyfin-roku/bsconfig.json

19 lines
372 B
JSON
Raw Normal View History

2021-01-31 14:35:27 -05:00
{
"files": [
"manifest",
"source/**/*.*",
"components/**/*.*",
"images/**/*.*",
"resources/**/*.*",
2022-05-01 11:51:28 +01:00
"locale/**/*.*",
"settings/*.*"
2021-06-14 21:43:36 +01:00
],
"plugins": [
"@rokucommunity/bslint"
],
"diagnosticFilters": [
"**/roku_modules/**/*",
"**/testFramework/*",
"**/tests/*"
]
2021-01-31 14:35:27 -05:00
}