DEV: Remove .es6 extensions from core (#14912)

Still supported in plugins though.
This commit is contained in:
Jarek Radosz
2021-11-13 12:51:53 +01:00
committed by GitHub
parent cb3cb96149
commit 4ad77f3382
63 changed files with 16 additions and 20 deletions

View File

@@ -87,7 +87,7 @@ task 'docker:test' do
unless ENV["SKIP_CORE"]
puts "Listing prettier offenses in core:"
@good &&= run_or_fail('yarn prettier --list-different "app/assets/stylesheets/**/*.scss" "app/assets/javascripts/**/*.{js,es6}"')
@good &&= run_or_fail('yarn prettier --list-different "app/assets/stylesheets/**/*.scss" "app/assets/javascripts/**/*.js"')
end
unless ENV["SKIP_PLUGINS"]