jf-roku/bsconfig.json

19 lines
372 B
JSON
Raw Normal View History

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