From b3f0a91738878943b8c062df062e8efc081c8147 Mon Sep 17 00:00:00 2001 From: Tom King Date: Mon, 12 Feb 2024 14:59:46 +1000 Subject: [PATCH] fixed prettier issue in eslint file --- apps/protoform/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/protoform/.eslintrc.js b/apps/protoform/.eslintrc.js index af90433cc..b60e1cd62 100644 --- a/apps/protoform/.eslintrc.js +++ b/apps/protoform/.eslintrc.js @@ -1,4 +1,4 @@ module.exports = { root: true, extends: ['@westpac/eslint-config/nextjs'], -}; \ No newline at end of file +};