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