Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LibreChat/LibreChat
reonjy
/
ai
like
0
Runtime error
App
Files
Files
Community
3b6afc0
ai
/
lint-staged.config.js
Marco Beretta
LibreChat upload repo
3b6afc0
over 1 year ago
raw
Copy download link
history
blame
Safe
127 Bytes
module
.
exports
= {
'*.{js,jsx,ts,tsx}'
: [
'prettier --write'
,
'eslint --fix'
,
'eslint'
],
'*.json'
: [
'prettier --write'
],
};