Skip to content

Commit f3bf368

Browse files

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ module.exports = {
152152
'@typescript-eslint/no-var-requires': 'error',
153153
'@typescript-eslint/prefer-interface': 'error',
154154
'@typescript-eslint/prefer-namespace-keyword': 'error',
155+
'@typescript-eslint/restrict-plus-operands': 'error',
155156
'@typescript-eslint/type-annotation-spacing': 'error'
156157
}
157158
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
"simple"
4343
],
4444
"devDependencies": {
45-
"@typescript-eslint/eslint-plugin": "^1.0.0",
45+
"@typescript-eslint/eslint-plugin": "^1.1.0",
4646
"ava": "^1.1.0",
4747
"eslint": "^5.12.1",
4848
"temp-write": "^3.4.0",
4949
"typescript": "^3.2.4"
5050
},
5151
"peerDependencies": {
52-
"@typescript-eslint/eslint-plugin": ">=1.0.0",
52+
"@typescript-eslint/eslint-plugin": ">=1.1.0",
5353
"eslint": ">=5.12.1",
5454
"typescript": ">=3.2.4"
5555
}

0 commit comments

Comments
 (0)