temporally removing js linting
This commit is contained in:
parent
2c7948903d
commit
a09680f2dd
12
Guardfile
12
Guardfile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user