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 Jan 27, 2020
1 parent a1b7e08 commit 7447d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -207,6 +207,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 7447d03

Please sign in to comment.