Skip to content

Commit

Permalink
Merge pull request #1309 from Chia-Network/global-themeing
Browse files Browse the repository at this point in the history
Global themeing
  • Loading branch information
TheLastCicada authored Aug 15, 2024
2 parents e893d8b + 91ecd45 commit 9d0fabf
Show file tree
Hide file tree
Showing 78 changed files with 3,430 additions and 1,494 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx commitlint --edit $1
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
6 changes: 6 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"*.+(js|ts|tsx)": [
"eslint",
"prettier --write 'src/**/*.(js|ts|tsx)'"
]
}
Loading

0 comments on commit 9d0fabf

Please sign in to comment.