chore: run eslint --fix against commits (#1912)
This commit is contained in:
parent
bee11087af
commit
45b69d4aca
3 changed files with 1582 additions and 580 deletions
|
|
@ -13,7 +13,8 @@ cache:
|
|||
# Custom install step so the travis-only stuff doesn't need to be in package.json
|
||||
install:
|
||||
- npm install
|
||||
- npm install --no-save @alrra/travis-scripts@^3.0.1 gh-pages@^0.12.0
|
||||
# This is to prevent lint-staged/prettier from running on the bundles
|
||||
- npm rm husky
|
||||
|
||||
# Run danger, build bundles (so they're always up to date)
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue