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';