temporally removing js linting

This commit is contained in:
Mark Moser 2016-08-11 15:59:50 -05:00
parent 2c7948903d
commit a09680f2dd

View File

@ -42,9 +42,9 @@ guard :rubocop do
watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end end
# ESLint # # ESLint
guard :shell, all_on_start: true do # guard :shell, all_on_start: true do
watch %r{app/assets/javascripts/*/.*} do |file| # watch %r{app/assets/javascripts/*/.*} do |file|
`eslint #{file[0]}` # `eslint #{file[0]}`
end # end
end # end