Merge pull request #1497 from cewert/fix-rokulog

Fix roku-log
This commit is contained in:
1hitsong 2023-11-12 15:11:31 -05:00 committed by GitHub
commit c3f9ca9870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,9 @@
],
"plugins": ["@rokucommunity/bslint", "roku-log-bsc-plugin"],
"rokuLog": {
"insertPkgPath": true
"strip": false,
"insertPkgPath": true,
"removeComments": false
},
"diagnosticFilters": ["node_modules/**/*", "**/roku_modules/**/*"],
"sourceMap": true,