mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 14:09:46 -06:00
chore(deps): Update dependency eslint to version 6.8.0 🌟 (#6509)
* chore(deps): Update eslint to 6.8.0 🌟 * fix missing dangling commas for linter * fix missing dangling commas for linter * more lint fixes * yarn lock Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com> Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ function hasCloudflareEnvironmentVars () {
|
||||
export function purgeCloudflareCache (url) {
|
||||
la(
|
||||
hasCloudflareEnvironmentVars(),
|
||||
'Cannot purge Cloudflare cache without credentials. Ensure that the CF_TOKEN and CF_ZONEID environment variables are set.'
|
||||
'Cannot purge Cloudflare cache without credentials. Ensure that the CF_TOKEN and CF_ZONEID environment variables are set.',
|
||||
)
|
||||
|
||||
la(check.webUrl(url), 'Missing url to purge from Cloudflare.')
|
||||
|
||||
Reference in New Issue
Block a user