Skip to content

Commit

Permalink
fix(unicode): stop parsing escaped unicode strings (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Feb 4, 2020
1 parent cd651a0 commit 523a31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ module.exports = function(grunt) {
compress: false,
beautify: {
beautify: true,
ascii_only: true,
indent_level: 2,
braces: true,
quote_style: 1
Expand Down

0 comments on commit 523a31c

Please sign in to comment.