Skip to content

Commit

Permalink
eslint: Disable no-useless-escape
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Feb 17, 2018
1 parent 67f986b commit 3eea76e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -85,6 +85,7 @@
"wrap-iife": 2,
"yoda": [2, "never"],
// Disabled.
"no-console": 0
"no-console": 0,
"no-useless-escape": 0
}
}

0 comments on commit 3eea76e

Please sign in to comment.