Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable ESLint #14

Merged
merged 2 commits into from Mar 27, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

use npm ci(continuous integration) install command per npm 5.7.1

  • Loading branch information
trickpattyFH20 committed Mar 27, 2018
commit 61649359ae5b623d527e492d8f26aa51866c847f
@@ -3,8 +3,11 @@ node_js:
- "9"
sudo: false

before_install:
- npm i -g npm

install:
- npm install --silent
- npm ci --silent

script:
- node ./tools/licenses/fetchLicenses.js
ProTip! Use n and p to navigate between commits in a pull request.