Add prettier to static-analysis job

This commit is contained in:
Mike Greiling 2018-10-31 10:22:36 -05:00
parent 3d13d369f9
commit 31f26a9382
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -29,6 +29,7 @@ tasks = [
%w[bin/rake lint:all],
%w[bundle exec license_finder],
%w[yarn run eslint],
%w[yarn run prettier-all],
%w[bundle exec rubocop --parallel],
%w[scripts/lint-conflicts.sh],
%w[scripts/lint-rugged]