Skip to content

Commit

Permalink
Merge pull request #230 from BetterLectio/dev
Browse files Browse the repository at this point in the history
BetterLectio 1.0 
🎊🎉
  • Loading branch information
victorDigital authored Nov 21, 2023
2 parents b4890d6 + 3279cfd commit bfda64e
Show file tree
Hide file tree
Showing 35 changed files with 3,147 additions and 941 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ rules:
complexity: 0
max-len: 0
linebreak-style: 0
space-before-function-paren: 0
newline-per-chained-call: 0
id-length: [warn, { exceptions: [i, j, k, x, y] }]
multiline-comment-style: [error, separate-lines]
svelte/indent: [error, { indent: tab, switchCase: 0 }]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# Sentry Config File
.sentryclirc
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"svelte.plugin.svelte.format.enable": false,
"files.eol": "\n"
"files.eol": "\n",
"cSpell.words": [
"lectio"
]
}
Loading

0 comments on commit bfda64e

Please sign in to comment.