From af7ba72f5eecccf2f9243901b025b1de3f548c90 Mon Sep 17 00:00:00 2001 From: Dennis Brown Date: Thu, 1 Mar 2018 21:30:42 -0600 Subject: [PATCH] update eslint rules --- .eslintrc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.yaml b/.eslintrc.yaml index cc634a6..02bc915 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -42,7 +42,7 @@ rules: no-throw-literal: 2 no-unused-labels: 2 no-useless-call: 2 - no-useless-escape: 2 + no-useless-escape: 0 no-void: 2 no-with: 2