From 3e9e8218c14f04243688ede72760ff7786cbb7a4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 31 Mar 2022 13:44:54 -0500 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 94ce2ab..5db63f7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -38,6 +38,6 @@ module.exports = { 'react/react-in-jsx-scope': 0, 'linebreak-style': ['error', 'unix'], semi: ['error', 'never'], - 'prettier/prettier': ['error', { "endOfLine": "off"}, { usePrettierrc: true }], + 'prettier/prettier': ['error', { "endOfLine": "off" }, { usePrettierrc: true }], }, }