Skip to content

Commit

Permalink
Merge pull request #2 from NikSneMC/dev
Browse files Browse the repository at this point in the history
chore: add i18n, ignore astro dirs and format files with prettier
  • Loading branch information
DamitusThyYeetus123 authored Dec 2, 2024
2 parents 407354e + 6e1fdce commit 85c7dd3
Show file tree
Hide file tree
Showing 18 changed files with 3,086 additions and 1,662 deletions.
177 changes: 0 additions & 177 deletions .astro/astro/content.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions .astro/settings.json

This file was deleted.

2 changes: 0 additions & 2 deletions .astro/types.d.ts

This file was deleted.

9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space

[*.{astro,ts}]
indent_size = 2
2 changes: 1 addition & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
version: 9
run_install: false

- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# do not include node modules
node_modules/
.astro/
dist/
1 change: 1 addition & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import("prettier").Config} */
export default {
tabWidth: 2,
plugins: ["prettier-plugin-astro"],
overrides: [
{
Expand Down
Loading

0 comments on commit 85c7dd3

Please sign in to comment.