Skip to content

Commit b83fe89

Browse files
committed
TASK: Adjust eslint config
1 parent 51d7c71 commit b83fe89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ module.exports = {
2828
'react/prop-types': 'off',
2929
'prettier/prettier': ['error'],
3030
'react-hooks/rules-of-hooks': 'error',
31+
'comma-dangle': ['error', 'only-multiline'],
3132
},
3233
};

0 commit comments

Comments
 (0)