From f197969c4f0e42fcce950325d4330a709ddfd474 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Date: Sat, 5 Aug 2023 19:54:30 +0100 Subject: [PATCH] Do not disable unicode-bom (#250) --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 9f7e6a1..6120e38 100644 --- a/index.js +++ b/index.js @@ -77,7 +77,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",