From 3bd26e802617f948c3f69db48ce2bfbaee0e13e5 Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Mon, 25 Dec 2023 17:47:06 -0500 Subject: [PATCH] Re-enable prettier lint rule --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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',