Skip to content

Commit

Permalink
Merge pull request #272 from worldaffairsconference/dev
Browse files Browse the repository at this point in the history
style & refactor fixes
  • Loading branch information
Dwin2 authored Sep 8, 2024
2 parents fe83646 + 52f5c72 commit 16dec5f
Show file tree
Hide file tree
Showing 13 changed files with 300 additions and 171 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = {
],
rules: {
"no-empty-function": "off",
"svelte/no-at-html-tags": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-unnecessary-condition": "error",
"@typescript-eslint/no-empty-interface": "off",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ vite.config.ts.timestamp-*
.netlify
/test-results
tsconfig.vitest-temp.json
faqData.json
# /static/page-previews/

# General
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@react-email/render": "0.0.7",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@xata.io/client": "^0.28.4",
"dompurify": "^3.1.6",
"gsap": "^3.12.5",
"oslo": "^1.1.3",
"react": "^18.2.0",
Expand All @@ -53,6 +54,7 @@
"@sveltejs/kit": "^1.30.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/svelte": "^3.2.2",
"@types/dompurify": "^3.0.5",
"@types/luxon": "^3.4.2",
"@types/react": "^18.2.59",
"@types/testing-library__jest-dom": "^5.14.9",
Expand Down
Loading

0 comments on commit 16dec5f

Please sign in to comment.