feat: do not test user.login by default (#15)

* feat: do not test user.login by default

* ci: define user login in integration test

* ci: define dogfood test separately

* build: new dist build
This commit is contained in:
Michael Shick 2020-05-28 11:43:27 -04:00 committed by GitHub
parent 150a3ccfe9
commit f533dc4046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 91 additions and 49 deletions

View file

@ -20,12 +20,7 @@
}
],
"camelcase": "off",
"@typescript-eslint/camelcase": [
"error",
{
"properties": "never"
}
],
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/no-non-null-assertion": "off"
},
"env": {