Skip to content

Commit 906731b

Browse files
committed
1 parent 87acdb4 commit 906731b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,14 @@ module.exports = {
7878
// fixWith: 'undefined'
7979
// }
8080

81-
Omit: 'Prefer the `Except` type in the `type-fest` package instead as it\'s stricter.',
81+
Omit: 'Prefer the `Except` type in the `type-fest` package instead as it\'s stricter.'
8282
}
8383
}
8484
],
85+
'@typescript-eslint/class-literal-property-style': [
86+
'error',
87+
'getters'
88+
],
8589
'brace-style': 'off',
8690
'@typescript-eslint/brace-style': [
8791
'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": "^2.23.0",
48-
"@typescript-eslint/parser": "^2.23.0",
47+
"@typescript-eslint/eslint-plugin": "^2.25.0",
48+
"@typescript-eslint/parser": "^2.25.0",
4949
"ava": "^2.4.0",
5050
"eslint": "^6.8.0",
5151
"temp-write": "^4.0.0",
5252
"typescript": "^3.8.3"
5353
},
5454
"peerDependencies": {
55-
"@typescript-eslint/eslint-plugin": ">=2.23.0",
55+
"@typescript-eslint/eslint-plugin": ">=2.25.0",
5656
"eslint": ">=6.6.0",
5757
"typescript": ">=3.5.3"
5858
}

0 commit comments

Comments
 (0)