Skip to content

Commit 33b9878

Browse files
authored
feat: Enable data collection permissions (#3514)
1 parent 9c8da1a commit 33b9878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/lint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default function lint(
4242
shouldScanFile: (fileName) => fileFilter.wantFile(fileName),
4343
minManifestVersion: 2,
4444
maxManifestVersion: 3,
45+
enableDataCollectionPermissions: true,
4546
// This mimics the first command line argument from yargs, which should be
4647
// the directory to the extension.
4748
_: [sourceDir],

0 commit comments

Comments
 (0)