mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:27:49 +08:00
DEV: Remove hints of jshint (#14828)
This commit is contained in:
@ -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}")
|
||||
|
Reference in New Issue
Block a user