-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c84adea
commit a75c036
Showing
17 changed files
with
1,922 additions
and
581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,4 +104,7 @@ dist | |
.tern-port | ||
|
||
# Vercel output directory | ||
.vercel | ||
.vercel | ||
|
||
# Astro build output | ||
.astro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
import eslintConfig from "@igorkowalczyk/eslint-config/flat"; | ||
import eslintConfig from "@igorkowalczyk/eslint-config"; | ||
import eslintPluginAstro from "eslint-plugin-astro"; | ||
|
||
export default [ | ||
{ | ||
ignores: ["dist/"], | ||
}, | ||
...eslintConfig, | ||
// prettier | ||
...eslintConfig.base, | ||
...eslintConfig.node, | ||
...eslintConfig.typescript, | ||
...eslintConfig.tailwindcss, | ||
...eslintConfig.astro, | ||
...eslintPluginAstro.configs["flat/recommended"], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
"scripts": { | ||
"dev": "astro dev", | ||
"build": "astro build", | ||
"preview": "deno run --allow-net --allow-read --unstable --allow-env ./dist/server/entry.mjs", | ||
"format": "prettier . --write --ignore-unknown --cache --plugin=prettier-plugin-astro --plugin=prettier-plugin-tailwindcss", | ||
"preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs", | ||
"format": "prettier . --write --ignore-unknown --cache --plugin=prettier-plugin-astro", | ||
"format:check": "prettier . --check --cache", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix" | ||
|
@@ -33,19 +33,21 @@ | |
}, | ||
"homepage": "https://github-views.deno.dev/", | ||
"dependencies": { | ||
"@astrojs/deno": "5.0.1", | ||
"@astrojs/tailwind": "5.1.3", | ||
"@deno/astro-adapter": "0.1.5", | ||
"@igorkowalczyk/is-browser": "5.0.4", | ||
"@types/canvas-confetti": "1.6.4", | ||
"astro": "5.0.3", | ||
"badgen": "3.2.3", | ||
"canvas-confetti": "1.9.3", | ||
"mini-svg-data-uri": "1.4.4", | ||
"sharp": "0.33.5", | ||
"tailwindcss": "3.4.16", | ||
"tailwindcss-text-fill": "0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@igorkowalczyk/eslint-config": "2.2.0", | ||
"@igorkowalczyk/prettier-config": "2.2.0", | ||
"@igorkowalczyk/eslint-config": "3.0.0-beta.16", | ||
"@igorkowalczyk/prettier-config": "3.0.0-beta.16", | ||
"@tailwindcss/forms": "0.5.9", | ||
"@typescript-eslint/eslint-plugin": "8.17.0", | ||
"@typescript-eslint/parser": "8.17.0", | ||
|
@@ -56,5 +58,6 @@ | |
"prettier": "3.4.2", | ||
"prettier-plugin-astro": "0.14.1", | ||
"prettier-plugin-tailwindcss": "0.6.9" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters