mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
module.exports = {
|
|
'*.{md,js,ts,jsx,tsx}': ['prettier --write --no-editorconfig', 'git add'],
|
|
}
|