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 9c8da1a commit 33b9878Copy full SHA for 33b9878
src/cmd/lint.js
@@ -42,6 +42,7 @@ export default function lint(
42
shouldScanFile: (fileName) => fileFilter.wantFile(fileName),
43
minManifestVersion: 2,
44
maxManifestVersion: 3,
45
+ enableDataCollectionPermissions: true,
46
// This mimics the first command line argument from yargs, which should be
47
// the directory to the extension.
48
_: [sourceDir],
0 commit comments