From 30769198fea6e23f27ced5a4e55cc9544531918a Mon Sep 17 00:00:00 2001 From: bendtherules Date: Tue, 12 Jun 2018 13:43:32 +0530 Subject: [PATCH] CHange TODO comment style --- todo.js | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/todo.js b/todo.js index c61f364..09da512 100644 --- a/todo.js +++ b/todo.js @@ -1,11 +1,14 @@ -// @TODO 1. Change babelrc browser support to : -// ``` -// "browsers": [ -// "> 1%", -// "last 2 versions", -// "not ie <= 8" -// ] -// ``` +/* +@TODO 1. Change babelrc browser support to : +``` +"browsers": [ + "> 1%", + "last 2 versions", + "not ie <= 8" + ] +``` +*/ -// @TODO 2: In webpack, enable uglify -// \ No newline at end of file +/* +@TODO 2: In webpack, enable uglify +*/