Remove jshint guard config

This commit is contained in:
Dennis Schubert 2016-06-19 06:09:18 +02:00 committed by Jonne Haß
parent 76369f33c5
commit e0f31fb350
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6

View file

@ -37,9 +37,3 @@ guard :rubocop, all_on_start: false, keep_failed: false do
watch(/(?:app|config|db|lib|features|spec)\/.+\.rb$/)
watch(/(config.ru|Gemfile|Guardfile|Rakefile)$/)
end
guard :jshintrb do
watch(/^app\/assets\/javascripts\/.+\.js$/)
watch(/^lib\/assets\/javascripts\/.+\.js$/)
watch(/^spec\/javascripts\/.+\.js$/)
end