Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jzweifel committed Oct 4, 2023
1 parent 46e527e commit 33c0622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A html driven blog thing that I'm trying to develop.

Doing so in a fashion very much inspired by [the-beth-stack](https://github.com/ethanniser/the-beth-stack). Huge props to [@ethanniser](https://github.com/ethanniser) for the great videos and BETH stack tools; if you ever see this repo; I wanted to learn so I'm redoing much of what your libraries solve so I can understand better how it works, but I'll probably switch to what you provide at some point. Thanks!
Doing so in a fashion very much inspired by [the-beth-stack](https://github.com/ethanniser/the-beth-stack). Huge props to [@ethanniser](https://github.com/ethanniser) for the great videos and BETH stack tools!
5 changes: 3 additions & 2 deletions lint-staged.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const config = {
"*.ts": "prettier --write --list-different",
"*.tsx": "prettier --write --list-different"
"*.ts,*.js": "prettier --write --list-different",
"*.tsx,*.jsx": "prettier --write --list-different",
"*.md": "prettier --write --list-different"
};

module.exports = config;
Expand Down

0 comments on commit 33c0622

Please # to comment.