File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ module.exports = {
74
74
accessibility : 'explicit'
75
75
}
76
76
] ,
77
+ '@typescript-eslint/explicit-function-return-type' : 'off' ,
77
78
'@typescript-eslint/indent' : [
78
79
'error' ,
79
80
2 ,
@@ -86,7 +87,6 @@ module.exports = {
86
87
}
87
88
}
88
89
] ,
89
- '@typescript-eslint/interface-name-prefix' : 'error' ,
90
90
'@typescript-eslint/member-delimiter-style' : [
91
91
'error' ,
92
92
{
@@ -141,6 +141,7 @@ module.exports = {
141
141
'1tbs'
142
142
] ,
143
143
'camelcase' : 'off' ,
144
+ '@typescript-eslint/camelcase' : 'off' ,
144
145
'comma-dangle' : 'error' ,
145
146
'complexity' : 'off' ,
146
147
'constructor-super' : 'error' ,
@@ -161,12 +162,6 @@ module.exports = {
161
162
'error' ,
162
163
1
163
164
] ,
164
- 'max-len' : [
165
- 'error' ,
166
- {
167
- code : 120
168
- }
169
- ] ,
170
165
'new-parens' : 'error' ,
171
166
'no-bitwise' : 'error' ,
172
167
'no-caller' : 'error' ,
You can’t perform that action at this time.
0 commit comments