Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
amauch-adobe authored May 24, 2024
2 parents 984fb73 + e2eb9d6 commit efb120f
Show file tree
Hide file tree
Showing 17 changed files with 9,501 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
// allow reassigning param
'no-console': 'off',
'no-param-reassign': [2, { props: false }],
'linebreak-style': ['error', 'unix'],
'linebreak-style': ['error', 'unix', 'windows'],
'import/extensions': ['error', { js: 'always' }],
'object-curly-newline': ['error', {
ObjectExpression: { multiline: true, minProperties: 6 },
Expand Down
14 changes: 14 additions & 0 deletions configs/uar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,27 @@ const config = {
baseURL: envs['@uar_live'],
},
},
{
name: 'milo-stage-chrome',
use: {
...devices['Desktop Chrome'],
baseURL: envs['@milo_stage'],
},
},
{
name: 'milo-stage-firefox',
use: {
...devices['Desktop Firefox'],
baseURL: envs['@milo_stage'],
},
},
{
name: 'milo-stage-webkit',
use: {
...devices['Desktop Safari'],
baseURL: envs['@milo_stage'],
},
},
{
name: 'milo-live-chrome',
use: {
Expand Down
9 changes: 9 additions & 0 deletions data/uar/quiz/ai/quiz-ai-basic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'tiktok > A student or teacher discount': 'Adobe Express'
'How to edit PDF > A student or teacher discount': 'Acrobat Pro'
'I need to create page design layouts for books, magazines, and brochures > Licenses and business features for teams': InDesign
'create a simple flyer for a work event > Licenses and business features for teams': Adobe Express
'How to upload video? > Neither apply': Adobe Express
'Create a composite of two or more images > Neither apply': We think you'll love
'Combine images > Neither apply': We think you'll love
'Photography + Video + PDFs > Take the time to control every detail > Get them sorted and organized > Create, edit, and share on social > Create and export PDFs to Office > A student or teacher discount': We think you'll love
Loading

0 comments on commit efb120f

Please sign in to comment.