ai / lint-staged.config.js
Marco Beretta
LibreChat upload repo
3b6afc0
raw
history blame
No virus
127 Bytes
module.exports = {
'*.{js,jsx,ts,tsx}': ['prettier --write', 'eslint --fix', 'eslint'],
'*.json': ['prettier --write'],
};