Duplicated from LibreChat/LibreChat
3b6afc0
1
2
3
4
5
module.exports = { '*.{js,jsx,ts,tsx}': ['prettier --write', 'eslint --fix', 'eslint'], '*.json': ['prettier --write'], };