We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@typescript-eslint/comma-spacing
1 parent 915059d commit ff6bc7aCopy full SHA for ff6bc7a
index.js
@@ -85,14 +85,17 @@ module.exports = {
85
allowSingleLine: false
86
}
87
],
88
- 'comma-spacing': 'off',
89
- '@typescript-eslint/comma-spacing': [
90
- 'error',
91
- {
92
- before: false,
93
- after: true
94
- }
95
- ],
+
+ // Disabled for now. It crashes when run on the Caprine codebase.
+ // 'comma-spacing': 'off',
+ // '@typescript-eslint/comma-spacing': [
+ // 'error',
+ // {
+ // before: false,
+ // after: true
96
+ // }
97
+ // ],
98
99
'default-param-last': 'off',
100
'@typescript-eslint/default-param-last': 'error',
101
'@typescript-eslint/consistent-type-assertions': [
0 commit comments