diff --git a/.eslintrc.js b/.eslintrc.js index 172ef1b..3de1bcc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -52,6 +52,6 @@ module.exports = { "no-tabs": "warn", "react/jsx-indent": "warn", "padded-blocks": "warn", - "spaced-comment": "warn",, + "spaced-comment": "warn", }, };