Skip to content

Commit 9b439c0

Browse files
committed
1 parent bb93655 commit 9b439c0

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ module.exports = {
6969
}
7070
}
7171
],
72+
'brace-style': 'off',
73+
'@typescript-eslint/brace-style': [
74+
'error',
75+
'1tbs',
76+
{
77+
allowSingleLine: false
78+
}
79+
],
7280
camelcase: 'off',
7381
'@typescript-eslint/camelcase': [
7482
'error',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"simple"
4343
],
4444
"devDependencies": {
45-
"@typescript-eslint/eslint-plugin": "^2.1.0",
46-
"@typescript-eslint/parser": "^2.1.0",
45+
"@typescript-eslint/eslint-plugin": "^2.2.0",
46+
"@typescript-eslint/parser": "^2.2.0",
4747
"ava": "^2.3.0",
4848
"eslint": "^6.3.0",
4949
"temp-write": "^4.0.0",
5050
"typescript": "^3.6.2"
5151
},
5252
"peerDependencies": {
53-
"@typescript-eslint/eslint-plugin": ">=2.1.0",
53+
"@typescript-eslint/eslint-plugin": ">=2.2.0",
5454
"eslint": ">=5.16.0",
5555
"typescript": ">=3.5.3"
5656
}

0 commit comments

Comments
 (0)