Skip to content

Commit 9276136

Browse files
authored
Merge pull request #11820 from nanaya/ts-config-update
Add typescript strict bind check
2 parents 73b6491 + 1b177b4 commit 9276136

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install js dependencies
5050
run: yarn --frozen-lockfile
5151

52-
- run: 'yarn lint --max-warnings 86 > /dev/null'
52+
- run: 'yarn lint --max-warnings 82 > /dev/null'
5353

5454
- run: yarn pretty
5555

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"noUnusedLocals": true,
1212
"resolveJsonModule": true,
1313
"sourceMap": true,
14+
"strictBindCallApply": true,
1415
"strictNullChecks": true,
1516
"strictPropertyInitialization": true,
1617
"target": "es2015",

0 commit comments

Comments
 (0)