diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1b976bbfb89..a16bf90b275 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -49,7 +49,7 @@ jobs: - name: Install js dependencies run: yarn --frozen-lockfile - - run: 'yarn lint --max-warnings 86 > /dev/null' + - run: 'yarn lint --max-warnings 82 > /dev/null' - run: yarn pretty diff --git a/tsconfig.json b/tsconfig.json index 8529796a5c6..fa7bd4fd1fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "noUnusedLocals": true, "resolveJsonModule": true, "sourceMap": true, + "strictBindCallApply": true, "strictNullChecks": true, "strictPropertyInitialization": true, "target": "es2015",