mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-21 09:46:12 +01:00
chore: move files out of root to declutter
This commit is contained in:
parent
36b8d2d5e7
commit
ea8003c58b
6 changed files with 2 additions and 2 deletions
4
.husky/lint-staged.config.js
Normal file
4
.husky/lint-staged.config.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
'*.{js,jsx,ts,tsx}': ['prettier --write', 'eslint --fix', 'eslint'],
|
||||
'*.json': ['prettier --write'],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue