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 bf0bf4c commit 860bbd0Copy full SHA for 860bbd0
build/check-ts-suppressions.js
@@ -8,7 +8,7 @@ import {Octokit} from '@octokit/rest';
8
import {execSync} from 'child_process';
9
10
const owner = 'mapbox';
11
-const repo = 'mapbox-gl-js-internal';
+const repo = 'mapbox-gl-js';
12
const branch = process.env['CIRCLE_BRANCH'] || execSync('git rev-parse --abbrev-ref HEAD').toString().trim();
13
14
async function getBannedTsComments() {
0 commit comments