From ca8e2439122eba51519c267f127f3b2ab8df4747 Mon Sep 17 00:00:00 2001 From: Alquipo Neto Date: Wed, 12 Oct 2022 22:42:51 -0300 Subject: [PATCH] fix: remove trailingComma --- next.js | 2 +- react.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/next.js b/next.js index 6e289dc..34803e4 100644 --- a/next.js +++ b/next.js @@ -38,7 +38,7 @@ module.exports = { { "semi": false, "singleQuote": true, - "trailingComma": "all", + "trailingComma": "none", "arrowParens": "always", "printWidth": 80, "tabWidth": 2 diff --git a/react.js b/react.js index e12b224..368de75 100644 --- a/react.js +++ b/react.js @@ -37,7 +37,7 @@ module.exports = { { "semi": false, "singleQuote": true, - "trailingComma": "all", + "trailingComma": "none", "arrowParens": "always", "printWidth": 80, "tabWidth": 2