Skip to content

Commit

Permalink
Merge pull request #16 from tasc-nmamit/dev
Browse files Browse the repository at this point in the history
feat: TASC Website v0.0.1
  • Loading branch information
nandanpi authored Oct 2, 2023
2 parents 8cda203 + a73be43 commit 6888b60
Show file tree
Hide file tree
Showing 36 changed files with 1,565 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
node_modules
/.idea
/build
/.svelte-kit
/package
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"printWidth": 800,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
Expand Down
Loading

0 comments on commit 6888b60

Please sign in to comment.