Skip to content

Commit

Permalink
chore: bump everything (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelen123 authored Jan 2, 2023
1 parent e1b8445 commit c9e0edf
Show file tree
Hide file tree
Showing 9 changed files with 1,215 additions and 728 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store
node_modules
/public
/images
/build
/.svelte-kit
/package
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.DS_Store
node_modules
/build
/testing-docs
/public
/.svelte-kit
/package
.env
Expand Down
5 changes: 4 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
Loading

0 comments on commit c9e0edf

Please sign in to comment.