diff --git a/.eslintrc.js b/.eslintrc.js index fb1b23e..c257f5f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,5 +28,6 @@ module.exports = { 'react/prop-types': 'off', 'prettier/prettier': ['error'], 'react-hooks/rules-of-hooks': 'error', + 'comma-dangle': ['error', 'only-multiline'], }, };