Skip to content

Commit

Permalink
eslint --fix . && prettier --write '**/*.js'
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 21, 2019
1 parent 67ab834 commit 96b88f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-unexpected-markdown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*global unexpected:true*/
/* global unexpected:true */
unexpected = require('unexpected');
unexpected.output.preferredWidth = 150;
unexpected = unexpected.clone();
Expand Down

0 comments on commit 96b88f1

Please sign in to comment.