File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -181,16 +181,16 @@ module.exports = {
181
181
'react/prop-types' : 'off' ,
182
182
'react/require-default-props' : 'off' ,
183
183
//matching prettier es5 rules
184
- '@typescript-eslint/comma-dangle' : [
185
- 'error' ,
186
- {
187
- arrays : 'always-multiline' ,
188
- objects : 'always-multiline' ,
189
- imports : 'always-multiline' ,
190
- exports : 'always-multiline' ,
191
- functions : 'never'
192
- }
193
- ] ,
184
+ // '@typescript-eslint/comma-dangle': [
185
+ // 'error',
186
+ // {
187
+ // arrays: 'always-multiline',
188
+ // objects: 'always-multiline',
189
+ // imports: 'always-multiline',
190
+ // exports: 'always-multiline',
191
+ // functions: 'never'
192
+ // }
193
+ // ],
194
194
'no-unexpected-multiline' : 'error' ,
195
195
'react/no-unstable-nested-components' : 'off'
196
196
}
You can’t perform that action at this time.
0 commit comments