Skip to content

Commit 465a11c

Browse files
committed
1 parent 6d5a78a commit 465a11c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ module.exports = {
210210

211211
'@typescript-eslint/restrict-plus-operands': 'error',
212212
'@typescript-eslint/require-array-sort-compare': 'error',
213+
214+
semi: 'off',
215+
'@typescript-eslint/semi': 'error',
216+
213217
'@typescript-eslint/type-annotation-spacing': 'error',
214218

215219
// Disabled as it crashes on most code

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"simple"
4343
],
4444
"devDependencies": {
45-
"@typescript-eslint/eslint-plugin": "^1.7.0",
45+
"@typescript-eslint/eslint-plugin": "^1.8.0",
4646
"ava": "^1.4.1",
4747
"eslint": "^5.16.0",
48-
"temp-write": "^3.4.0",
49-
"typescript": "^3.4.4"
48+
"temp-write": "^4.0.0",
49+
"typescript": "^3.4.5"
5050
},
5151
"peerDependencies": {
5252
"@typescript-eslint/eslint-plugin": ">=1.7.0",

0 commit comments

Comments
 (0)