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