From 70d1d82fc7277bb5c954ca0f944080850ce0d91b Mon Sep 17 00:00:00 2001 From: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:39:54 +0100 Subject: [PATCH] Do no disable unicode-bom Prettier does not add/remove BOM from files --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 23e7c2f..93309fe 100644 --- a/index.js +++ b/index.js @@ -76,7 +76,6 @@ module.exports = { "switch-colon-spacing": "off", "template-curly-spacing": "off", "template-tag-spacing": "off", - "unicode-bom": "off", "wrap-iife": "off", "wrap-regex": "off", "yield-star-spacing": "off",