Skip to content

Commit 54c4e31

Browse files
committed
1 parent 773c149 commit 54c4e31

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,12 @@ module.exports = {
265265
'error',
266266
'always'
267267
],
268+
'@typescript-eslint/strict-boolean-expressions': [
269+
'error',
270+
{
271+
allowNullable: true
272+
}
273+
],
268274
'@typescript-eslint/triple-slash-reference': [
269275
'error',
270276
{

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"simple"
4343
],
4444
"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",
4949
"temp-write": "^4.0.0",
50-
"typescript": "^3.6.2"
50+
"typescript": "^3.6.3"
5151
},
5252
"peerDependencies": {
53-
"@typescript-eslint/eslint-plugin": ">=2.2.0",
53+
"@typescript-eslint/eslint-plugin": ">=2.3.0",
5454
"eslint": ">=5.16.0",
5555
"typescript": ">=3.5.3"
5656
}

0 commit comments

Comments
 (0)