From 06651755b352b10acf8dd3f522561ee876791480 Mon Sep 17 00:00:00 2001 From: Steven Lambert Date: Mon, 27 Jan 2020 09:32:11 -0700 Subject: [PATCH] fix(unicode): stop parsing escaped unicode strings (#1997) --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 03cd6aa128..b420374d40 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -208,6 +208,7 @@ module.exports = function(grunt) { compress: false, beautify: { beautify: true, + ascii_only: true, indent_level: 2, braces: true, quote_style: 1