We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899c649 commit 93acfffCopy full SHA for 93acfff
src/linter/manifestJson/ManifestLinter.ts
@@ -100,6 +100,7 @@ export default class ManifestLinter {
100
if (targets) {
101
for (const [key, target] of Object.entries(targets)) {
102
// Check if name starts with module and viewType is defined:
103
+ // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
104
const name = target.name || target.viewName;
105
if (name && (name as string).startsWith("module:")) {
106
if (target.viewType) {
0 commit comments