Commit Graph

6 Commits

Author SHA1 Message Date
6d5527e61c feat(all): get eslint working in neovim
It works just fine as a default in vscodium, but i couldnt get it to work in neovim. Had to do a
little messing around and it now works perfectly in neovim which is awesome and a pretty good
indication that itll work elsewhere as well.

Issue #14
2024-03-22 01:20:59 -05:00
2c289ec07c setup test and get working test file 2024-03-19 00:30:43 -05:00
b1edddeb6e bump version & change name 2024-03-17 15:18:49 -05:00
8426d8acd7 refactor(app.tsx): refactore out logic and elemnts into their own components/files
BREAKING CHANGE: buttons dont route to appropriate pages

fix #1
2024-03-17 03:15:04 -05:00
7492219346 chore(package): add commitizen package and script command
I installed the commitizen repo support using the cz-conventional-changelog init command and updated
the script section of the package.json file, adding the commit script so i can run bun commit
instead
2024-03-16 09:32:21 -05:00
f0b9ec33ac initial commit containing existing work 2024-03-16 08:46:10 -05:00