Skip to content

Commit

Permalink
Merge pull request #11820 from nanaya/ts-config-update
Browse files Browse the repository at this point in the history
Add typescript strict bind check
  • Loading branch information
notbakaneko authored Jan 27, 2025
2 parents 73b6491 + 1b177b4 commit 9276136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"noUnusedLocals": true,
"resolveJsonModule": true,
"sourceMap": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "es2015",
Expand Down

0 comments on commit 9276136

Please sign in to comment.