From 6f064f89bb5df76fed11bdf19e2f78ae32f66f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dr=C3=A4xler?= Date: Sat, 25 Sep 2021 13:42:02 +0200 Subject: [PATCH] update prettier config --- prettier.config.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/prettier.config.js b/prettier.config.js index a550400..636e454 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -10,13 +10,4 @@ module.exports = { singleQuote: true, trailingComma: 'all', arrowParens: 'avoid', - overrides: [ - { - // These files may be run as-is in IE 11 and must not have ES5-incompatible trailing commas - files: ['*.html', '*.htm'], - options: { - trailingComma: 'es5', - }, - }, - ], };