mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Pin ESlint to 2.2.
See https://github.com/eslint/eslint/issues/5476
This commit is contained in:
parent
67995b3926
commit
7d92c9c738
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ cache:
|
|||
|
||||
before_install:
|
||||
- gem install bundler
|
||||
- npm i -g eslint babel-eslint
|
||||
- npm i -g eslint@2.2 babel-eslint
|
||||
- eslint app/assets/javascripts
|
||||
- eslint --ext .es6 app/assets/javascripts
|
||||
- eslint --ext .es6 test/javascripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue