Skip to content

Commit

Permalink
Merge branch 'master' into fix_2fa_logout
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyeh-deriv authored Aug 4, 2022
2 parents 2d75326 + 9a59ca0 commit 464bf2d
Show file tree
Hide file tree
Showing 372 changed files with 9,248 additions and 3,684 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ workflows:
branches:
only: /^master$/
- publish_cloudflare_staging:
context: binary-frontend-artifact-upload
requires:
- release_staging
filters:
Expand All @@ -317,6 +318,7 @@ workflows:
tags:
only: /^production.*/
- publish_cloudflare_production:
context: binary-frontend-artifact-upload
requires:
- release_production
filters:
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
],
'spaced-comment': 'off',
'import/prefer-default-export': 0,
'import/extensions': ['warn', 'never', { jsx: 'always', json: 'always' }],
'import/extensions': [0, { jsx: 'always', json: 'always' }],
'no-sequences': ['warn'],
'import/no-unresolved': [2, { ignore: ['@deriv/components', '@deriv/shared'] }],

Expand Down
Loading

0 comments on commit 464bf2d

Please sign in to comment.