diff --git a/.eslintrc.js b/.eslintrc.js index 883d59e..172ef1b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -51,5 +51,7 @@ module.exports = { "no-mixed-spaces-and-tabs": "warn", "no-tabs": "warn", "react/jsx-indent": "warn", + "padded-blocks": "warn", + "spaced-comment": "warn",, }, }; diff --git a/src/pages/signup/[id].tsx b/src/pages/signup/[id].tsx index 052cd0c..9518164 100644 --- a/src/pages/signup/[id].tsx +++ b/src/pages/signup/[id].tsx @@ -57,7 +57,7 @@ const SignUpPage: NextPage = ({ initialForm }) => { } const trackedForm = { ...formData, - _source: "from the webs submit" + _source: "from the webs submit", }; const payload: Signup = {