Skip to content

Commit ad3021b

Browse files
committed
1 parent 25772b4 commit ad3021b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@ module.exports = {
433433

434434
'no-useless-constructor': 'off',
435435
'@typescript-eslint/no-useless-constructor': 'error',
436+
'object-curly-spacing': 'off',
437+
'@typescript-eslint/object-curly-spacing': [
438+
'error',
439+
'never'
440+
],
436441
'@typescript-eslint/no-var-requires': 'error',
437442
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
438443
'@typescript-eslint/prefer-as-const': 'error',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"simple"
4545
],
4646
"devDependencies": {
47-
"@typescript-eslint/eslint-plugin": "^4.10.0",
48-
"@typescript-eslint/parser": "^4.10.0",
47+
"@typescript-eslint/eslint-plugin": "^4.14.0",
48+
"@typescript-eslint/parser": "^4.14.0",
4949
"ava": "^2.4.0",
5050
"eslint": "^7.8.1",
5151
"temp-write": "^4.0.0",
5252
"typescript": "^4.1.3"
5353
},
5454
"peerDependencies": {
55-
"@typescript-eslint/eslint-plugin": ">=4.10.0",
55+
"@typescript-eslint/eslint-plugin": ">=4.14.0",
5656
"eslint": ">=7.8.0",
5757
"typescript": ">=3.6.0"
5858
}

0 commit comments

Comments
 (0)