From 96b88f1ef2c4935e015f49009d68327fe60a5c41 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sun, 21 Jul 2019 14:16:29 +0200 Subject: [PATCH] eslint --fix . && prettier --write '**/*.js' --- bootstrap-unexpected-markdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-unexpected-markdown.js b/bootstrap-unexpected-markdown.js index fdac334..eb4e6b8 100644 --- a/bootstrap-unexpected-markdown.js +++ b/bootstrap-unexpected-markdown.js @@ -1,4 +1,4 @@ -/*global unexpected:true*/ +/* global unexpected:true */ unexpected = require('unexpected'); unexpected.output.preferredWidth = 150; unexpected = unexpected.clone();