Skip to content

Commit

Permalink
Merge branch 'dev' into feature/vouchers-user-promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterfarrell9 committed Aug 14, 2024
2 parents 5efa753 + d0f8f44 commit b533d81
Show file tree
Hide file tree
Showing 71 changed files with 3,173 additions and 1,846 deletions.
3 changes: 2 additions & 1 deletion .config/.cypress.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
e2e: {
// Add configuration here
// Base URL is set via Docker environment variable
viewportHeight: 1000,
viewportWidth: 1400,
},
};
2 changes: 2 additions & 0 deletions .config/eslint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ const customGlobals = {

// KaTeX
renderMathInElement: "readable",

openAnnotationIfSpecifiedInUrl: "readable",
};

export default [
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@
//////////////////////////////////////
"cSpell.words": [
"commontator",
"factorybot",
"helpdesk",
"katex",
"turbolinks"
]
}
Loading

0 comments on commit b533d81

Please sign in to comment.