DEV: Remove hints of jshint (#14828)

This commit is contained in:
Jarek Radosz
2021-11-08 02:12:37 +01:00
committed by GitHub
parent 641f49748d
commit e6245bd603
9 changed files with 1 additions and 10 deletions

View File

@ -19,7 +19,7 @@ task 'integration:create_fixtures' => :environment do
filename = "#{Rails.root}/test/javascripts/fixtures/#{type}_fixtures.js"
content = "/*jshint maxlen:10000000 */\nexport default {\n"
content = "export default {\n"
urls.each do |url|
http_result = fake_xhr("http://localhost:3000#{url}")