diff --git a/.eslintrc.js b/.eslintrc.js index ae8f56298..158833c66 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,6 +9,7 @@ module.exports = { plugins: ['prettier', '@typescript-eslint', 'react-hooks'], rules: { '@typescript-eslint/explicit-function-return-type': 'off', + 'prettier/prettier': 'error', 'react-hooks/rules-of-hooks': 'error', 'react-hooks/exhaustive-deps': [ 'error',