Skip to content

Commit

Permalink
Downgrade standard (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helge Rausch committed Jul 12, 2019
1 parent 6b5a2f5 commit 081c85e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/tasks/rubocop-ci.rake
Expand Up @@ -16,9 +16,7 @@ def config_file(name)
end

def check_standard
# Unlock babel-eslint version when https://github.com/babel/babel-eslint/issues/530 gets fixed.
# Related https://github.com/babel/babel-eslint/issues/681
install = 'npm install standard babel-eslint@9.0.0 -g'
install = "npm install 'standard@<13' babel-eslint -g"
sh install if ENV['CI']
raise "Please install standard: #{install}" unless system('which standard')
end
Expand Down

0 comments on commit 081c85e

Please sign in to comment.