Skip to content

Commit b907f0c

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
Lint all files
We already handle this correctly from terminal, so make it the default Ref: https://crrev.com/c/7172221 Bug: none Change-Id: I01829782cf1769c96b555eecbd04302a4916056a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7172726 Auto-Submit: Nikolay Vitkov <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]>
1 parent d875f63 commit b907f0c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/test/run_lint_check.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ const flags = yargs(hideBin(process.argv))
4343
type: 'string',
4444
array: true,
4545
default: [
46-
'front_end',
47-
'inspector_overlay',
48-
'scripts',
49-
'test',
50-
'extensions',
51-
'extension-api'
46+
'.',
5247
]
5348
});
5449
})

0 commit comments

Comments
 (0)