We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73b6491 + 1b177b4 commit 9276136Copy full SHA for 9276136
.github/workflows/lint.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install js dependencies
50
run: yarn --frozen-lockfile
51
52
- - run: 'yarn lint --max-warnings 86 > /dev/null'
+ - run: 'yarn lint --max-warnings 82 > /dev/null'
53
54
- run: yarn pretty
55
tsconfig.json
@@ -11,6 +11,7 @@
11
"noUnusedLocals": true,
12
"resolveJsonModule": true,
13
"sourceMap": true,
14
+ "strictBindCallApply": true,
15
"strictNullChecks": true,
16
"strictPropertyInitialization": true,
17
"target": "es2015",
0 commit comments