We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab3d39 commit 5148021Copy full SHA for 5148021
typescript.js
@@ -115,6 +115,24 @@ module.exports = {
115
}
116
}],
117
'typescript-sort-keys/interface': 2,
118
- 'typescript-sort-keys/string-enum': 2
+ 'typescript-sort-keys/string-enum': 2,
119
+ '@stylistic/indent': [
120
+ 'error',
121
+ 4,
122
+ {
123
+ 'CallExpression': {
124
+ arguments: 'off'
125
+ },
126
+ 'FunctionDeclaration': {
127
+ body: 1,
128
+ parameters: 2
129
130
+ 'FunctionExpression': {
131
132
133
+ 'MemberExpression': 'off',
134
+ 'SwitchCase': 0
135
+ }
136
+ ]
137
138
0 commit comments