Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Styling for Character Build Pages #73

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.DS_Store
.github/
.husky/
.svelte-kit/
node_modules/
.env
.env.*
!.env.example

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock

# Ignore shadcn files
.DS_Store
.github/
.husky/
.svelte-kit/
node_modules/
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
# Ignore shadcn files
src/lib/components/ui
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm exec commitlint --edit "$1"
pnpm exec commitlint --edit "$1"
26 changes: 13 additions & 13 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.DS_Store
.github/
.husky/
.svelte-kit/
node_modules/
.env
.env.*
!.env.example

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
.DS_Store
.github/
.husky/
.svelte-kit/
node_modules/
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
Loading