Skip to content

Commit d150b77

Browse files
author
Ray Schamp
committed
style(react): Fix dangling comma
Who lints the linter??
1 parent 463f664 commit d150b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
'react/jsx-space-before-closing': [2, 'always'],
6161
'react/jsx-uses-react': [2],
6262
'react/jsx-uses-vars': [2],
63-
'react/jsx-wrap-multilines': [2],
63+
'react/jsx-wrap-multilines': [2]
6464
},
6565
plugins: ['react'],
6666
extends: ['plugin:react/recommended']

0 commit comments

Comments
 (0)