From 8195c5d2c5eae91d7bbe4af2af3744788eb5ecad Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Mon, 7 Nov 2016 14:49:41 +0000 Subject: [PATCH] Fix lint errors --- route/new.js | 2 ++ route/task/edit.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/route/new.js b/route/new.js index 7686d62..d67192d 100644 --- a/route/new.js +++ b/route/new.js @@ -13,6 +13,8 @@ // You should have received a copy of the GNU General Public License // along with Pa11y Dashboard. If not, see . +/*jshint maxcomplexity:10*/ + 'use strict'; const getStandards = require('../data/standards'); diff --git a/route/task/edit.js b/route/task/edit.js index ac73fa1..b4f84e8 100644 --- a/route/task/edit.js +++ b/route/task/edit.js @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License // along with Pa11y Dashboard. If not, see . -/*jshint maxcomplexity:8*/ +/*jshint maxcomplexity:10*/ 'use strict';