We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcc733 commit 7857e8bCopy full SHA for 7857e8b
rules/react.js
@@ -181,16 +181,16 @@ module.exports = {
181
'react/prop-types': 'off',
182
'react/require-default-props': 'off',
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
- ],
+ // '@typescript-eslint/comma-dangle': [
+ // 'error',
+ // {
+ // arrays: 'always-multiline',
+ // objects: 'always-multiline',
+ // imports: 'always-multiline',
+ // exports: 'always-multiline',
+ // functions: 'never'
+ // }
+ // ],
194
'no-unexpected-multiline': 'error',
195
'react/no-unstable-nested-components': 'off'
196
}
0 commit comments