Fix lint errors

This commit is contained in:
Rowan Manning
2016-11-07 14:49:41 +00:00
committed by Rowan Manning
parent 568e068613
commit 8195c5d2c5
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with Pa11y Dashboard. If not, see <http://www.gnu.org/licenses/>. // along with Pa11y Dashboard. If not, see <http://www.gnu.org/licenses/>.
/*jshint maxcomplexity:10*/
'use strict'; 'use strict';
const getStandards = require('../data/standards'); const getStandards = require('../data/standards');

View File

@@ -13,7 +13,7 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with Pa11y Dashboard. If not, see <http://www.gnu.org/licenses/>. // along with Pa11y Dashboard. If not, see <http://www.gnu.org/licenses/>.
/*jshint maxcomplexity:8*/ /*jshint maxcomplexity:10*/
'use strict'; 'use strict';