From 24ebc9e1fd021ccc8a7e121ef979e5ccdb0262e9 Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 30 Jun 2019 16:46:54 -0500 Subject: [PATCH] fix(build): attempt to fix mdl config --- .mdlrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mdlrc b/.mdlrc index e60316f..5d16409 100644 --- a/.mdlrc +++ b/.mdlrc @@ -1,2 +1,2 @@ -rules all -rule "MD013", :line_length => 120 \ No newline at end of file +all +rule 'MD013', :line_length => 120