mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 08:20:14 +01:00
4 lines
127 B
JavaScript
4 lines
127 B
JavaScript
module.exports = {
|
|
'*.{js,jsx,ts,tsx}': ['prettier --write', 'eslint --fix', 'eslint'],
|
|
'*.json': ['prettier --write'],
|
|
};
|