Skip to content

Commit 93acfff

Browse files
d3xter666github-actions[bot]
authored andcommitted
fix: Suppress eslint finding
1 parent 899c649 commit 93acfff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/linter/manifestJson/ManifestLinter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export default class ManifestLinter {
100100
if (targets) {
101101
for (const [key, target] of Object.entries(targets)) {
102102
// Check if name starts with module and viewType is defined:
103+
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
103104
const name = target.name || target.viewName;
104105
if (name && (name as string).startsWith("module:")) {
105106
if (target.viewType) {

0 commit comments

Comments
 (0)