From 130b7e2360402efb4775dfcfaad7d516bcf63038 Mon Sep 17 00:00:00 2001 From: xuexb Date: Sat, 2 Sep 2017 17:41:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/lay/modules/laytpl.js | 2 ++ test/layui.js | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/test/lay/modules/laytpl.js b/test/lay/modules/laytpl.js index 1533e905..1f2c04f6 100644 --- a/test/lay/modules/laytpl.js +++ b/test/lay/modules/laytpl.js @@ -4,6 +4,7 @@ */ /* global layui */ +/* eslint-disable max-nested-callbacks, fecs-indent */ var laytpl = layui.laytpl; @@ -226,3 +227,4 @@ describe('laytpl', function () { }); }); }); +/* eslint-enable max-nested-callbacks, fecs-indent */ diff --git a/test/layui.js b/test/layui.js index d7aceb5d..f16dffa7 100644 --- a/test/layui.js +++ b/test/layui.js @@ -4,7 +4,7 @@ */ /* global layui */ -/* eslint-disable max-nested-callbacks */ +/* eslint-disable max-nested-callbacks, fecs-indent */ var $ = layui.$; @@ -368,7 +368,7 @@ describe('layui', function () { key: '1' }, { - key: '-1', + key: '-1' }, { key: 2 @@ -504,4 +504,4 @@ describe('layui', function () { delete layui.modules[id]; }); }); -/* eslint-enable max-nested-callbacks */ +/* eslint-enable max-nested-callbacks, fecs-indent */