File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,12 @@ module.exports = {
265
265
'error' ,
266
266
'always'
267
267
] ,
268
+ '@typescript-eslint/strict-boolean-expressions' : [
269
+ 'error' ,
270
+ {
271
+ allowNullable : true
272
+ }
273
+ ] ,
268
274
'@typescript-eslint/triple-slash-reference' : [
269
275
'error' ,
270
276
{
Original file line number Diff line number Diff line change 42
42
" simple"
43
43
],
44
44
"devDependencies" : {
45
- "@typescript-eslint/eslint-plugin" : " ^2.2 .0" ,
46
- "@typescript-eslint/parser" : " ^2.2 .0" ,
47
- "ava" : " ^2.3 .0" ,
48
- "eslint" : " ^6.3 .0" ,
45
+ "@typescript-eslint/eslint-plugin" : " ^2.3 .0" ,
46
+ "@typescript-eslint/parser" : " ^2.3 .0" ,
47
+ "ava" : " ^2.4 .0" ,
48
+ "eslint" : " ^6.4 .0" ,
49
49
"temp-write" : " ^4.0.0" ,
50
- "typescript" : " ^3.6.2 "
50
+ "typescript" : " ^3.6.3 "
51
51
},
52
52
"peerDependencies" : {
53
- "@typescript-eslint/eslint-plugin" : " >=2.2 .0" ,
53
+ "@typescript-eslint/eslint-plugin" : " >=2.3 .0" ,
54
54
"eslint" : " >=5.16.0" ,
55
55
"typescript" : " >=3.5.3"
56
56
}
You can’t perform that action at this time.
0 commit comments