From a09680f2dd8dd89a6cd81a595c3105c2695a6566 Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Thu, 11 Aug 2016 15:59:50 -0500 Subject: [PATCH] temporally removing js linting --- Guardfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Guardfile b/Guardfile index b3d22bf..d60fc19 100644 --- a/Guardfile +++ b/Guardfile @@ -42,9 +42,9 @@ guard :rubocop do watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } end -# ESLint -guard :shell, all_on_start: true do - watch %r{app/assets/javascripts/*/.*} do |file| - `eslint #{file[0]}` - end -end +# # ESLint +# guard :shell, all_on_start: true do +# watch %r{app/assets/javascripts/*/.*} do |file| +# `eslint #{file[0]}` +# end +# end