This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
InvokeAI
Watch
1
Star
0
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI
synced
2024-08-30 20:32:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4f78518858
InvokeAI
/
invokeai
/
frontend
/
.husky
/
pre-commit
5 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Updates code quality tooling and formats codebase - `eslint` and `prettier` configs - `husky` to format and lint via pre-commit hook - `babel-plugin-transform-imports` to treeshake `lodash` and other packages if needed Lints and formats codebase.
2023-02-04 00:36:31 +00:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
Rebase Fix - ModelSelect
2023-02-07 11:08:00 +00:00
cd invokeai/frontend/ && npx run lint
Reference in New Issue
Copy Permalink