From 8865aed45848c89eedcb7a94de7d735a7bf2bac2 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sun, 14 May 2017 16:09:11 +0800 Subject: [PATCH] disabled no-eval eslint warning --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 8cbcbec4..f28fcf29 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,6 +22,7 @@ module.exports = { 'no-console': 0, 'no-else-return': 0, 'no-empty-class': 0, + 'no-eval': 0, 'no-multi-spaces': 2, 'no-param-reassign': 0, 'no-shadow': 0,