Skip to content

Commit f599da9

Browse files

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
@@ -85,6 +85,14 @@ module.exports = {
8585
allowSingleLine: false
8686
}
8787
],
88+
'comma-spacing': 'off',
89+
'@typescript-eslint/comma-spacing': [
90+
'error',
91+
{
92+
before: false,
93+
after: true
94+
}
95+
],
8896
'default-param-last': 'off',
8997
'@typescript-eslint/default-param-last': 'error',
9098
'@typescript-eslint/consistent-type-assertions': [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"simple"
4444
],
4545
"devDependencies": {
46-
"@typescript-eslint/eslint-plugin": "^2.17.0",
47-
"@typescript-eslint/parser": "^2.17.0",
46+
"@typescript-eslint/eslint-plugin": "^2.18.0",
47+
"@typescript-eslint/parser": "^2.18.0",
4848
"ava": "^2.4.0",
4949
"eslint": "^6.8.0",
5050
"temp-write": "^4.0.0",
5151
"typescript": "^3.7.5"
5252
},
5353
"peerDependencies": {
54-
"@typescript-eslint/eslint-plugin": ">=2.17.0",
54+
"@typescript-eslint/eslint-plugin": ">=2.18.0",
5555
"eslint": ">=6.6.0",
5656
"typescript": ">=3.5.3"
5757
}

0 commit comments

Comments
 (0)